Skip to content

Commit

Permalink
Add Banner (#37)
Browse files Browse the repository at this point in the history
* feat: add banner

* fix: url

* chore: changed cover

* add original deployment.json

---------

Co-authored-by: Aashutosh Rathi <[email protected]>
  • Loading branch information
kautukkundan and aashutoshrathi authored Jul 22, 2024
1 parent f35e86b commit 68a9a73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![banner](assets/cover.jpeg)

# Unification Cup

Micro-rollup for [Avail's Unification Cup 2024](https://lu.ma/tffffuwf)
Expand All @@ -7,7 +9,8 @@ Micro-rollup for [Avail's Unification Cup 2024](https://lu.ma/tffffuwf)
```ts
type LeagueState = {
admins: string[];
meta: { // metadata about the tournament
meta: {
// metadata about the tournament
round: number;
startTime: number;
endTime: number;
Expand Down Expand Up @@ -35,14 +38,14 @@ type LeagueState = {
teamId: number;
removedAt?: number;
}[];
logs: { // logs of all the actions performed in the tournament
logs: {
// logs of all the actions performed in the tournament
playerId: number;
matchId?: number;
timestamp: number;
action: string;
}[];
};

```

## Transition Functions
Expand Down
Binary file added assets/cover.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions deployment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"appId": 27,
"appInbox": "0x01B37dF422A42Ba60b877CEeB2dDa608bfdF20bE",
"chainId": 11155111
}

0 comments on commit 68a9a73

Please sign in to comment.