forked from ssvlabs/ssv-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
29 lines (24 loc) · 2.89 KB
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
REACT_APP_DEBUG=true
REACT_APP_GAS_PRICE=300000000000
REACT_APP_GAS_LIMIT=3000000
REACT_APP_DISABLE_NETWORK_DATA_CHECK=true
REACT_APP_FEATURE_AUTO_SELECT_OPERATORS=
REACT_APP_SHOULD_CALCULATE_DOLLAR=
REACT_APP_LINK_SSV_DEV_DOCS=https://docs.ssv.network
#TODO blox-infra-api calls organization-center, if organization center will be archived, need to update this endpoint
REACT_APP_BLOX_API=https://api.stage.bloxstaking.com
REACT_APP_EXPLORER_URL=https://explorer.stage.ssv.network
REACT_APP_BLOCKNATIVE_KEY=3bac81d8-e68e-406c-a1c4-889862ff18f0
REACT_APP_DISTRIBUTION_CONTRACT_ADDRESS=0x1c3B7BDC84238282554caAAd20bcd52bA75E5345
# faucet
# REACT_APP_CAPTCHA_KEY=f4fe1650-f82c-4113-8ba1-00db04efcbfe
# REACT_APP_FAUCET_PAGE=true
# claim
#REACT_APP_CLAIM_PAGE=true
# ------------------- Networks configs ---------------------
# Edit it here: https://jsoneditoronline.org/#right=cloud.aad7bf7a61494a67bfdfbc6ca50ef9ec&left=local.pezoyo
# ---------------------------------------------------------
# Mainnet + Prater + Holesky
REACT_APP_SSV_NETWORKS='[{"networkId":1,"api":"https://api.ssv.network/api","apiVersion":"v4","apiNetwork":"mainnet","explorerUrl":"https://explorer.stage.ssv.network","insufficientBalanceUrl":"https://coinmarketcap.com/currencies/ssv-network/#Markets","googleTagSecret":"GTM-K3GR7M5","tokenAddress":"","setterContractAddress":"","getterContractAddress":""},{"networkId":5,"api":"https://api.stage.ssv.network/api","apiVersion":"v4","apiNetwork":"prater","explorerUrl":"https://explorer.stage.ssv.network","insufficientBalanceUrl":"https://faucet.stage.ssv.network","googleTagSecret":"GTM-K3GR7M5","tokenAddress":"0x6471F70b932390f527c6403773D082A0Db8e8A9F","setterContractAddress":"0xd6b633304Db2DD59ce93753FA55076DA367e5b2c","getterContractAddress":"0xcDc4423E9ffa9542d4CdDf42a70859C84859d2A9"},{"networkId":17000,"api":"https://api.stage.ssv.network/api","apiVersion":"v4","apiNetwork":"holesky","explorerUrl":"https://holesky-explorer.stage.ssv.network","insufficientBalanceUrl":"https://faucet.stage.ssv.network","googleTagSecret":"GTM-K3GR7M5","tokenAddress":"0x68A8DDD7a59A900E0657e9f8bbE02B70c947f25F","setterContractAddress":"0x0d33801785340072C452b994496B19f196b7eE15","getterContractAddress":"0x656d5cC4e7d49EaCC063cBB8D3e072F2841D68b4"}]'
# Mainnet + Prater
#REACT_APP_SSV_NETWORKS='[{"networkId":1,"api":"https://api.ssv.network/api","apiVersion":"v4","apiNetwork":"mainnet","explorerUrl":"https://explorer.stage.ssv.network","googleTagSecret":"GTM-K3GR7M5","tokenAddress":"","setterContractAddress":"","getterContractAddress":""},{"networkId":5,"api":"https://api.stage.ssv.network/api","apiVersion":"v4","apiNetwork":"prater","explorerUrl":"https://explorer.stage.ssv.network","googleTagSecret":"GTM-K3GR7M5","tokenAddress":"0x6471F70b932390f527c6403773D082A0Db8e8A9F","setterContractAddress":"0xd6b633304Db2DD59ce93753FA55076DA367e5b2c","getterContractAddress":"0xcDc4423E9ffa9542d4CdDf42a70859C84859d2A9"}]'