diff --git a/ui/.env b/ui/.env index f659147e8..be3cc660f 100644 --- a/ui/.env +++ b/ui/.env @@ -1,6 +1,6 @@ NEXT_PUBLIC_NETWORK="mainnet" NEXT_PUBLIC_TOURNAMENT_ENDED="true" -NEXT_PUBLIC_SEASON_ACTIVE="false" -NEXT_PUBLIC_DS_TOURNAMENT_ACTIVE="true" +NEXT_PUBLIC_SEASON_ACTIVE="true" +NEXT_PUBLIC_DS_TOURNAMENT_ACTIVE="false" NEXT_PUBLIC_DS_TOURNAMENT_ID=1 NEXT_PUBLIC_DS_TOURNAMENT_START_TIME=1737727200 \ No newline at end of file diff --git a/ui/src/app/components/start/CreateAdventurer.tsx b/ui/src/app/components/start/CreateAdventurer.tsx index e09d11815..a6ee7ff1a 100644 --- a/ui/src/app/components/start/CreateAdventurer.tsx +++ b/ui/src/app/components/start/CreateAdventurer.tsx @@ -144,16 +144,23 @@ export const CreateAdventurer = ({ return ( <> {step == 1 && ( -
- Introducing onchain seasons for Loot Survivor. This is the first - weekly season with a prize pool of: + We've teamed up with Opus to sponsor on-chain tournaments + with $CASH prizes.{" "} + + Visit Opus +
+Ends 17/02 14:00 UTC
- {prize.payout_position} - - {getOrdinalSuffix(prize.payout_position).slice(1)} - -
-+ {prize.payout_position} + + {getOrdinalSuffix(prize.payout_position).slice(1)} + +
+$ - {( - (formattedPrizes[0].node.token_data_type.erc20?.token_amount * - Number(lordsValue)) / - 10 ** 8 / - 10 ** 18 - ).toFixed(2)} + {formattedPrizes[0].node.token_data_type.erc20?.token_amount / + 10 ** 18}
$ - {( - (formattedPrizes[1].node.token_data_type.erc20?.token_amount * - Number(lordsValue)) / - 10 ** 8 / - 10 ** 18 - ).toFixed(2)} + {formattedPrizes[1].node.token_data_type.erc20?.token_amount / + 10 ** 18}
$ - {( - (formattedPrizes[2].node.token_data_type.erc20?.token_amount * - Number(lordsValue)) / - 10 ** 8 / - 10 ** 18 - ).toFixed(2)} + {formattedPrizes[2].node.token_data_type.erc20?.token_amount / + 10 ** 18}