-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
deployments.json
67 lines (67 loc) · 1.88 KB
/
deployments.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
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
65
66
67
[
{
"chainId": 1,
"name": "Mainnet",
"url": "https://etherscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 5,
"name": "Goerli",
"url": "https://goerli.etherscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 10,
"name": "Optimism",
"url": "https://optimistic.etherscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 56,
"name": "BNB Smart Chain",
"url": "https://bscscan.com/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 100,
"name": "Gnosis Chain",
"url": "https://gnosisscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 137,
"name": "Polygon",
"url": "https://polygonscan.com/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 8453,
"name": "Base",
"url": "https://basescan.org/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 42170,
"name": "Arbitrum Nova",
"url": "https://nova.arbiscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 42220,
"name": "Celo",
"url": "https://celoscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 42161,
"name": "Arbitrum",
"url": "https://arbiscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 43114,
"name": "Avalanche",
"url": "https://snowtrace.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 421613,
"name": "Arbitrum Goerli",
"url": "https://goerli.arbiscan.io//address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
},
{
"chainId": 11155111,
"name": "Sepolia",
"url": "https://sepolia.etherscan.io/address/0x584009E9eDe26e212182c9745F5c000191296a78#code"
}
]