-
Notifications
You must be signed in to change notification settings - Fork 524
/
env.example.json
22 lines (22 loc) · 1.19 KB
/
env.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"BSCSCAN_API_KEY": "",
"ETHERSCAN_API_KEY": "",
"POLYGONSCAN_API_KEY": "",
"SNOWTRACE_API_KEY": "",
"ARBISCAN_API_KEY": "",
"ARBISCAN_TESTNET_API_KEY": "",
"BSC_URL": "https://bsc-dataseed.binance.org/",
"BSC_TESTNET_URL": "https://bsc-testnet-rpc.publicnode.com",
"ARBITRUM_TESTNET_URL": "https://sepolia-rollup.arbitrum.io/rpc",
"ARBITRUM_URL": "https://arb1.arbitrum.io/rpc",
"AVAX_URL": "https://api.avax.network/ext/bc/C/rpc",
"POLYGON_URL": "https://polygon.llamarpc.com",
"MAINNET_URL": "https://eth.llamarpc.com",
"BSC_DEPLOY_KEY": "0x0000000000000000000000000000000000000000000000000000000000000000",
"BSC_TESTNET_DEPLOY_KEY": "0x0000000000000000000000000000000000000000000000000000000000000000",
"ARBITRUM_TESTNET_DEPLOY_KEY": "0x0000000000000000000000000000000000000000000000000000000000000000",
"ARBITRUM_DEPLOY_KEY": "0x0000000000000000000000000000000000000000000000000000000000000000",
"AVAX_DEPLOY_KEY": "0x0000000000000000000000000000000000000000000000000000000000000000",
"POLYGON_DEPLOY_KEY": "0x0000000000000000000000000000000000000000000000000000000000000000",
"MAINNET_DEPLOY_KEY": "0x0000000000000000000000000000000000000000000000000000000000000000"
}