Skip to content

Commit

Permalink
chore: fix end date
Browse files Browse the repository at this point in the history
  • Loading branch information
hthieu1110 committed Aug 22, 2024
1 parent 69e2bef commit a4ae012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/pkg/p2e/seasons.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,15 @@ var THE_RIOT_ETHEREUM_SEASONS = []Season{
BossImage: "https://gateway.pinata.cloud/ipfs/Qmd98tXCe7bxULC2X8wAhSN7KgJ2M5UESqRzhFT9VrBTpn",
TopN: 500,
StartsAt: "2024-08-27T00:00:00",
EndsAt: "2024-09-23T00:00:00",
EndsAt: "2024-09-24T00:00:00",
},
// After PepeTest2
{
ID: "Season After ETH Season 1",
GameID: THE_RIOT_GAME_ID,
BossName: `== $*=|'¤?")à-£_%`,
BossImage: "https://bafybeiacz7z2kqoskbtixovgzzdwiuhpfc7z4tac37qpxhjxyyljbp7v6i.ipfs.cf-ipfs.com/",
StartsAt: "2024-09-23T00:00:00",
StartsAt: "2024-09-24T00:00:00",
EndsAt: "2030-01-01T00:00:00",
IsPre: true,
},
Expand Down

0 comments on commit a4ae012

Please sign in to comment.