-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredentials.example.json
More file actions
64 lines (64 loc) · 1.87 KB
/
credentials.example.json
File metadata and controls
64 lines (64 loc) · 1.87 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
57
58
59
60
61
62
63
64
{
"networks": {
"goerli": {
"accounts": { "mnemonic": "" },
"chainId": 5,
"url": "https://goerli.infura.io/v3/c08552b6b4ee4bd593092bc87e0cdb1a"
},
"sepolia": {
"accounts": { "mnemonic": "" },
"chainId": 11155111,
"url": "https://sepolia.infura.io/v3/879c5d4e99174418a6a4427cc7d0b54c"
},
"rsk-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 31,
"url": "https://rsk-testnet.reblok.io/public"
},
"gnosis-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 77,
"url": "https://sokol.poa.network"
},
"bsc-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 97,
"url": "https://bsctestapi.terminet.io/rpc"
},
"optimism-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 420,
"url": "https://goerli.optimism.io"
},
"moonbase-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 1287,
"url": "https://rpc.api.moonbase.moonbeam.network"
},
"fantom-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 4002,
"url": "https://rpc.testnet.fantom.network"
},
"avalanche-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 43113,
"url": "https://avax-fuji.reblok.io/public"
},
"mumbai": {
"accounts": { "mnemonic": "" },
"chainId": 80001,
"url": "https://polygon-mumbai.infura.io/v3/879c5d4e99174418a6a4427cc7d0b54c"
},
"milkomeda-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 200101,
"url": "https://c1-devnet.reblok.io/public"
},
"arbitrum-testnet": {
"accounts": { "mnemonic": "" },
"chainId": 421613,
"url": "https://goerli-rollup.arbitrum.io/rpc"
}
}
}