We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc7d28 commit d7ed665Copy full SHA for d7ed665
netlify.toml
@@ -4,6 +4,17 @@
4
NODE_VERSION = "14.19.2"
5
[context.deploy-preview.environment]
6
7
+ REACT_APP_IS_MAINNET=false
8
+ REACT_APP_CONTRACT_ADDRESS=0x00000000219ab540356cBB839Cbe05303d7705Fa
9
+ REACT_APP_ETH_REQUIREMENT=524288
10
+ REACT_APP_ETH_DEPOSIT_OFFSET=0
11
+ REACT_APP_TESTNET_LAUNCHPAD_NAME=Hoodi
12
+ REACT_APP_GENESIS_FORK_VERSION=0x10000910
13
+ REACT_APP_BEACONCHAIN_URL=https://hoodi.beaconcha.in
14
+ REACT_APP_EL_EXPLORER_URL=https://hoodi.etherscan.io
15
+ REACT_APP_TUTORIAL_URL=https://notes.ethereum.org/@launchpad/hoodi
16
+ REACT_APP_FAUCET_URL=https://hoodi-faucet.pk910.de/
17
+ REACT_APP_MIN_GENESIS_TIME=1742213400000
18
[context.branch-deploy.environment]
19
20
[context.dev.environment]
0 commit comments