-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
avenbreaks
committed
Nov 5, 2024
1 parent
e9eb0f7
commit 6eda11c
Showing
17 changed files
with
423 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
export REACT_APP_IS_MAINNET=true | ||
export REACT_APP_CONTRACT_ADDRESS=0xdeadbeef00000000000000000000000000000000 | ||
export REACT_APP_ETH_REQUIREMENT=524288 | ||
export REACT_APP_ETH_DEPOSIT_OFFSET=0 | ||
export REACT_APP_TESTNET_LAUNCHPAD_NAME=DaVinci | ||
export REACT_APP_RPC_URL=https://rpc.davinci.bz/ | ||
export REACT_APP_BEACONCHAIN_URL=https://validator-explorer.davinci.bz | ||
export REACT_APP_EL_EXPLORER_URL=https://mainnet-explorer.davinci.bz/ | ||
export REACT_APP_TUTORIAL_URL= | ||
export REACT_APP_FAUCET_URL= | ||
|
||
# Reset values | ||
export REACT_APP_TESTNET_ITERATION= | ||
export REACT_APP_CHAIN_ID=293 | ||
export REACT_APP_GENESIS_FORK_VERSION=0x10000293 | ||
export REACT_APP_PRICE_PER_VALIDATOR=32 | ||
export REACT_APP_MIN_DEPOSIT_CLI_VERSION=1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
export REACT_APP_IS_MAINNET=false | ||
export REACT_APP_CONTRACT_ADDRESS=0x4242424242424242424242424242424242424242 | ||
export REACT_APP_IS_MAINNET=true | ||
export REACT_APP_CONTRACT_ADDRESS=0xdeadbeef00000000000000000000000000000000 | ||
export REACT_APP_ETH_REQUIREMENT=524288 | ||
export REACT_APP_ETH_DEPOSIT_OFFSET=0 | ||
export REACT_APP_TESTNET_LAUNCHPAD_NAME=Ephemery | ||
export REACT_APP_RPC_URL=https://rpc.ephemery.ethstaker.cc | ||
export REACT_APP_BEACONCHAIN_URL=https://beaconchain.ephemery.dev | ||
export REACT_APP_EL_EXPLORER_URL=https://otter.bordel.wtf | ||
export REACT_APP_TUTORIAL_URL=https://ephemery.dev | ||
export REACT_APP_FAUCET_URL=https://faucet.bordel.wtf/ | ||
export REACT_APP_TESTNET_LAUNCHPAD_NAME=DaVinci | ||
export REACT_APP_RPC_URL=https://rpc.davinci.bz/ | ||
export REACT_APP_BEACONCHAIN_URL=https://validator-explorer.davinci.bz | ||
export REACT_APP_EL_EXPLORER_URL=https://mainnet-explorer.davinci.bz/ | ||
export REACT_APP_TUTORIAL_URL= | ||
export REACT_APP_FAUCET_URL= | ||
|
||
# Reset values | ||
export REACT_APP_TESTNET_ITERATION=138 | ||
export REACT_APP_CHAIN_ID=39438138 | ||
export REACT_APP_GENESIS_FORK_VERSION=0x1000101b | ||
export REACT_APP_TESTNET_ITERATION= | ||
export REACT_APP_CHAIN_ID=293 | ||
export REACT_APP_GENESIS_FORK_VERSION=0x10000293 | ||
export REACT_APP_PRICE_PER_VALIDATOR=32 | ||
export REACT_APP_MIN_DEPOSIT_CLI_VERSION=1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
export REACT_APP_IS_MAINNET=true | ||
export REACT_APP_CONTRACT_ADDRESS=0x00000000219ab540356cBB839Cbe05303d7705Fa | ||
export REACT_APP_CONTRACT_ADDRESS=0xdeadbeef00000000000000000000000000000000 | ||
export REACT_APP_ETH_REQUIREMENT=524288 | ||
export REACT_APP_TESTNET_LAUNCHPAD_NAME=Holesky | ||
export REACT_APP_GENESIS_FORK_VERSION=0x00000000 | ||
export REACT_APP_IS_MERGE=false | ||
export REACT_APP_ETH_DEPOSIT_OFFSET=0 | ||
export REACT_APP_TESTNET_LAUNCHPAD_NAME=DaVinci | ||
export REACT_APP_RPC_URL=https://rpc.davinci.bz/ | ||
export REACT_APP_BEACONCHAIN_URL=https://validator-explorer.davinci.bz | ||
export REACT_APP_EL_EXPLORER_URL=https://mainnet-explorer.davinci.bz/ | ||
export REACT_APP_TUTORIAL_URL= | ||
export REACT_APP_FAUCET_URL= | ||
|
||
# Reset values | ||
export REACT_APP_TESTNET_ITERATION= | ||
export REACT_APP_CHAIN_ID=293 | ||
export REACT_APP_GENESIS_FORK_VERSION=0x10000293 | ||
export REACT_APP_PRICE_PER_VALIDATOR=32 | ||
export REACT_APP_MIN_DEPOSIT_CLI_VERSION=1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.