Skip to content

Commit

Permalink
feat: eth season 2 (#1439)
Browse files Browse the repository at this point in the history
Co-authored-by: n0izn0iz <[email protected]>
  • Loading branch information
hthieu1110 and n0izn0iz authored Dec 4, 2024
1 parent 00a9f1f commit 5529005
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions go/pkg/p2e/seasons.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,27 @@ var THE_RIOT_ETHEREUM_SEASONS = []Season{
EndsAt: "2030-01-01T00:00:00",
IsPre: true,
},
// The R!ot EVM - Mainnet Season 2
{
ID: "ETH Season 2",
GameID: THE_RIOT_GAME_ID,
Denom: "tori",
Decimals: 6,
TotalPrize: 1_200_000,
BossName: "Revenge of Alexander Aldrin",
BossImage: "https://gateway.pinata.cloud/ipfs/Qmd98tXCe7bxULC2X8wAhSN7KgJ2M5UESqRzhFT9VrBTpn",
TopN: 300,
StartsAt: "2024-12-09T00:00:00",
EndsAt: "2025-01-08T00:00:00",
},
// After Season 2
{
ID: "Season After ETH Season 2",
GameID: THE_RIOT_GAME_ID,
BossName: `== $*=|'¤?")à-£_%`,
BossImage: "https://bafybeiacz7z2kqoskbtixovgzzdwiuhpfc7z4tac37qpxhjxyyljbp7v6i.ipfs." + ipfsutil.GatewayBase + "/",
StartsAt: "2025-01-08T00:00:00",
EndsAt: "2030-01-01T00:00:00",
IsPre: true,
},
}

0 comments on commit 5529005

Please sign in to comment.