forked from robotchangzhang/chainrobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
38 lines (37 loc) · 1.29 KB
/
config.json
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
[
{
"network": "eth",
"rpc": "http:///mainnet.infura.io/v3/e1d0b7dea53643a194cadb6ed123f88e",
"ws": "wss://mainnet.infura.io/v3/e1d0b7dea53643a194cadb6ed123f88e",
"chainid": "1",
"apiurl": "https://api.etherscan.com/api?module=contract&action=getsourcecode&address="
},
{
"network": "ropsten",
"rpc": "https://ropsten.infura.io/v3/e1d0b7dea53643a194cadb6ed123f88e",
"ws": "wss://ropsten.infura.io/v3/e1d0b7dea53643a194cadb6ed123f88e",
"chainid": "3",
"apiurl": "https://api-ropsten.etherscan.io/api?module=contract&action=getsourcecode&address="
},
{
"network": "matic",
"rpc": "https://polygon-rpc.com/",
"ws": "",
"chainid": "137",
"apiurl": "https://api.polygonscan.com/api?module=contract&action=getsourcecode&address="
},
{
"network": "op",
"rpc": "https://mainnet.optimism.io",
"ws": "",
"chainid": "10",
"apiurl": "https://api-optimistic.etherscan.io/api?module=contract&=getsourcecode&address="
},
{
"network": "bsc",
"rpc": "https://bsc-dataseed1.binance.org",
"ws": "",
"chainid": "56",
"apiurl": "https://api.bscscan.com/api?module=contract&=getsourcecode&address="
}
]