Skip to content

Commit

Permalink
opus season 2
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Feb 17, 2025
1 parent 99aa5be commit 321471f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/components/start/CreateAdventurer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const CreateAdventurer = ({
{seasonActive ? (
<div className="flex flex-col items-center w-full gap-2 sm:gap-5">
<h3 className="uppercase text-center 2xl:text-5xl m-0">
Opus Season 1
Opus Season 2
</h3>
<p className="w-5/6 sm:text-xl text-center">
We&apos;ve teamed up with Opus, a cross-margin credit protocol,
Expand All @@ -144,7 +144,7 @@ export const CreateAdventurer = ({
Visit Opus
</a>
</p>
<p className="sm:text-xl text-center">Ends 17/02 14:00 UTC</p>
<p className="sm:text-xl text-center">Ends 24/02 15:00 UTC</p>
<div className="w-full sm:w-3/4">
{tournamentPrizes && (
<Prizes
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/lib/networkConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const networkConfig = {
rendererAddress: "0x0",
tournamentAddress:
"0x3347382d530ff6acb9283ac1d78471187aae8a4690e9316bb4e3c3365ff7a86",
tournamentId: "0x4",
tournamentId: "0x6",
appUrl: "https://lootsurvivor.io/",
tournamentAppUrl: "https://tournaments.lootsurvivor.io/",
beastsViewer:
Expand Down

0 comments on commit 321471f

Please sign in to comment.