-
Notifications
You must be signed in to change notification settings - Fork 4
/
deployment-block-numbers.json
74 lines (74 loc) · 1.69 KB
/
deployment-block-numbers.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
68
69
70
71
72
73
74
{
"chainNames": {
"1": "ethereum",
"5": "ethereum-goerli-testnet",
"10": "optimism",
"30": "rsk",
"31": "rsk-testnet",
"56": "bsc",
"97": "bsc-testnet",
"100": "gnosis",
"137": "polygon",
"250": "fantom",
"338": "cronos-testnet",
"420": "optimism-goerli-testnet",
"1101": "polygon-zkevm",
"1284": "moonbeam",
"1285": "moonriver",
"1287": "moonbeam-testnet",
"1442": "polygon-zkevm-goerli-testnet",
"2221": "kava-testnet",
"2222": "kava",
"4002": "fantom-testnet",
"5000": "mantle",
"5001": "mantle-goerli-testnet",
"8453": "base",
"10200": "gnosis-testnet",
"42161": "arbitrum",
"43113": "avalanche-testnet",
"43114": "avalanche",
"59140": "linea-goerli-testnet",
"59144": "linea",
"80001": "polygon-testnet",
"81457": "blast",
"84531": "base-goerli-testnet",
"421613": "arbitrum-goerli-testnet",
"11155111": "ethereum-sepolia-testnet"
},
"MerkleFunder": {
"1": 17669359,
"5": 9326976,
"10": 106733740,
"30": 5637346,
"31": 4278889,
"56": 29865344,
"97": 31456725,
"100": 28893296,
"137": 44944379,
"250": 65579995,
"338": 13059393,
"420": 11819490,
"1101": 2377499,
"1284": 3969313,
"1285": 4647861,
"1287": 4709711,
"1442": 1467791,
"2221": 7273332,
"2222": 6466291,
"4002": 18062187,
"5000": 6831625,
"5001": 20314132,
"8453": 3922344,
"10200": 4920654,
"42161": 110068930,
"43113": 24040025,
"43114": 32457795,
"59140": 1520749,
"59144": 413018,
"80001": 37805454,
"81457": 262989,
"84531": 9720269,
"421613": 30058635,
"11155111": 3869317
}
}