Skip to content

Commit d7ed665

Browse files
committed
build: force hoodi config in netlify.toml
1 parent 2bc7d28 commit d7ed665

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: netlify.toml

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
NODE_VERSION = "14.19.2"
55
[context.deploy-preview.environment]
66
NODE_VERSION = "14.19.2"
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
718
[context.branch-deploy.environment]
819
NODE_VERSION = "14.19.2"
920
[context.dev.environment]

0 commit comments

Comments
 (0)