-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.example.json
More file actions
56 lines (56 loc) · 2.24 KB
/
Copy pathsecrets.example.json
File metadata and controls
56 lines (56 loc) · 2.24 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"accounts": {
"deployerSeed": "word1 word2 word 3 word4 word 12 word 24"
},
"rpcs": {
"mainnets": {
"arb": "https://arb-mainnet.g.alchemy.com/v2/your_infura_key",
"avax": "https://api.avax.network/ext/bc/C/rpc",
"bsc": {
"five": "https://bsc.nodereal.io",
"four": "https://bsc-dataseed.ninicoin.io",
"one": "https://bsc-dataseed.bnbchain.org",
"six": "https://bsc-dataseed-public.bnbchain.org",
"three": "https://bsc-dataseed.defibit.io",
"two": "https://bsc-dataseed.nariox.org"
},
"eth": "https://eth-mainnet.g.alchemy.com/v2/your_infura_key",
"ftm": {
"five": "https://rpc3.fantom.network",
"four": "https://rpc2.fantom.network",
"one": "https://rpc.fantom.network",
"three": "https://rpc.ftm.tools",
"two": "https://rpcapi.fantom.network"
},
"polygon": "https://polygon-mainnet.g.alchemy.com/v2/your_infura_key"
},
"testnets": {
"arbSep": "https://arb-sepolia.g.alchemy.com/v2/your_infura_key",
"bscTest": {
"four": "https://bsc-prebsc-dataseed.bnbchain.org",
"one": "https://bsc-testnet-rpc.publicnode.com",
"three": "https://bsc-testnet.bnbchain.org",
"two": "https://bsc-testnet-dataseed.bnbchain.org"
},
"ftmTest": {
"four": "https://fantom-testnet-rpc.publicnode.com",
"one": "https://rpc.ankr.com/fantom_testnet",
"three": "https://rpc.testnet.fantom.network",
"two": "https://fantom.api.onfinality.io/public"
},
"fuji": "https://api.avax-test.network/ext/bc/C/rpc",
"mumbai": "https://polygon-mumbai.g.alchemy.com/v2/your_infura_key",
"sepolia": "https://eth-sepolia.g.alchemy.com/v2/your_infura_key"
}
},
"apiKeys": {
"arbiscan": "arbi",
"bscscan": "bsc",
"etherscan": "ether",
"polygonscan": "polygon",
"ftmscan": "fantom"
},
"coinmarketcap": {
"apiKey": ""
}
}