@@ -12,10 +12,16 @@ REACT_APP_IS_MAINNET=true
1212REACT_APP_FORTMATIC_KEY = pk_test_D113D979E0D3508F
1313# string
1414REACT_APP_CONTRACT_ADDRESS = 0x00000000219ab540356cBB839Cbe05303d7705Fa
15+ # string
16+ REACT_APP_COMPOUNDING_CONTRACT_ADDRESS = 0x0000BBdDc7CE488642fb579F8B00f3a590007251
17+ # string
18+ REACT_APP_WITHDRAWAL_CONTRACT_ADDRESS = 0x00000961Ef480Eb55e80D19ad83579A64c007002
1519# number
1620REACT_APP_ETH_REQUIREMENT = 524288
1721# number
18- REACT_APP_PRICE_PER_VALIDATOR = 32
22+ REACT_APP_MIN_ACTIVATION_BALANCE = 32
23+ # number
24+ REACT_APP_MAX_EFFECTIVE_BALANCE = 2048
1925# Uint8Array such as "0x00000000"
2026REACT_APP_GENESIS_FORK_VERSION = 0x00000000
2127# string
@@ -32,6 +38,8 @@ REACT_APP_TEKU_INSTALLATION_URL=https://docs.teku.consensys.io/get-started/insta
3238#
3339# true, false
3440REACT_APP_IS_MAINNET = false
41+ # string (if `REACT_APP_IS_MAINNET=true`, it's the active public testnet name; otherwise, it's the testnet name of this website)
42+ REACT_APP_TESTNET_LAUNCHPAD_NAME = Holesky
3543# string
3644REACT_APP_CONTRACT_ADDRESS = 0x4242424242424242424242424242424242424242
3745# string
@@ -42,9 +50,17 @@ REACT_APP_BEACONCHAIN_URL=https://holesky.beaconcha.in
4250REACT_APP_EL_EXPLORER_URL = https://holesky.beaconcha.in
4351# string
4452REACT_APP_TUTORIAL_URL = https://notes.ethereum.org/@launchpad/holesky
45- # string (if `REACT_APP_IS_MAINNET=true`, it's the active public testnet name; otherwise, it's the testnet name of this website)
46- REACT_APP_TESTNET_LAUNCHPAD_NAME = Holesky
4753# number
4854REACT_APP_ETH_DEPOSIT_OFFSET = 0
4955# string
5056REACT_APP_FAUCET_URL = https://www.holeskyfaucet.io/
57+ # string
58+ REACT_APP_RPC_URL = https://rpc.holesky.ethpandaops.io
59+ # string
60+ REACT_APP_BEACONCHAIN_URL = https://holesky.beaconcha.in
61+ # string
62+ REACT_APP_TUTORIAL_URL = https://notes.ethereum.org/@launchpad/holesky
63+ # number
64+ REACT_APP_ETH_DEPOSIT_OFFSET = 0
65+ # number
66+ REACT_APP_MIN_GENESIS_TIME = 1695902400000
0 commit comments