Skip to content

Commit

Permalink
fix for testnet launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Mar 12, 2024
1 parent 9bbd129 commit e8666bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REACT_APP_ETH_REQUIREMENT=524288
# number
REACT_APP_PRICE_PER_VALIDATOR=20000
# Uint8Array such as "0x00000000"
REACT_APP_GENESIS_FORK_VERSION=0x0a000a14
REACT_APP_GENESIS_FORK_VERSION=0x0a000000
# string
REACT_APP_MIN_DEPOSIT_CLI_VERSION=1.0.0
# string
Expand All @@ -42,7 +42,7 @@ REACT_APP_EL_EXPLORER_URL=https://explorer.stratisevm.com
# string
REACT_APP_TUTORIAL_URL=https://notes.stratisevm.com/@launchpad/mainnet
# string (if `REACT_APP_IS_MAINNET=true`, it's the active public testnet name; otherwise, it's the testnet name of this website)
REACT_APP_TESTNET_LAUNCHPAD_NAME=Strax
REACT_APP_TESTNET_LAUNCHPAD_NAME=auroria
# number
REACT_APP_ETH_DEPOSIT_OFFSET=0
# string
Expand Down

0 comments on commit e8666bc

Please sign in to comment.