|
1 | 1 | [mainnet]
|
2 |
| -explorer = "https://eth.blockscout.com/" |
| 2 | +explorer_uri = "https://eth.blockscout.com/" |
3 | 3 | explorer_type = "blockscout"
|
4 | 4 | multicall2 = "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696"
|
5 | 5 | chain_id = 1
|
6 | 6 |
|
7 | 7 | [sepolia]
|
8 |
| -explorer = "https://eth-sepolia.blockscout.com/" |
| 8 | +explorer_uri = "https://eth-sepolia.blockscout.com/" |
9 | 9 | explorer_type = "blockscout"
|
10 | 10 | multicall2 = "None"
|
11 | 11 | chain_id = 11155111
|
12 | 12 |
|
13 | 13 | [goerli]
|
14 |
| -explorer = "https://eth-goerli.blockscout.com/" |
| 14 | +explorer_uri = "https://eth-goerli.blockscout.com/" |
15 | 15 | explorer_type = "blockscout"
|
16 | 16 | multicall2 = "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696"
|
17 | 17 | chain_id = 5
|
18 | 18 |
|
19 | 19 | [arbitrum]
|
20 |
| -explorer = "https://arbitrum.blockscout.com/" |
| 20 | +explorer_uri = "https://arbitrum.blockscout.com/" |
21 | 21 | explorer_type = "blockscout"
|
22 | 22 | multicall2 = "0x5B5CFE992AdAC0C9D48E05854B2d91C73a003858"
|
23 | 23 | chain_id = 42161
|
24 | 24 |
|
25 | 25 | [optimism-main]
|
26 |
| -explorer = "https://optimism.blockscout.com/" |
| 26 | +explorer_uri = "https://optimism.blockscout.com/" |
27 | 27 | explorer_type = "blockscout"
|
28 | 28 | multicall2 = "0x2DC0E2aa608532Da689e89e237dF582B783E552C"
|
29 | 29 | chain_id = 10
|
30 | 30 |
|
31 | 31 | [optimism-test]
|
32 |
| -explorer = "https://optimism-sepolia.blockscout.com/" |
| 32 | +explorer_uri = "https://optimism-sepolia.blockscout.com/" |
33 | 33 | explorer_type = "blockscout"
|
34 | 34 | multicall2 = "0x2DC0E2aa608532Da689e89e237dF582B783E552C"
|
35 | 35 | chain_id = 420
|
36 | 36 |
|
37 | 37 | [polygon-main]
|
38 |
| -explorer = "https://polygon.blockscout.com/" |
| 38 | +explorer_uri = "https://polygon.blockscout.com/" |
39 | 39 | explorer_type = "blockscout"
|
40 | 40 | multicall2 = "0xc8E51042792d7405184DfCa245F2d27B94D013b6"
|
41 | 41 | chain_id = 137
|
42 | 42 |
|
43 | 43 | [gnosis-main]
|
44 |
| -explorer = "https://gnosis.blockscout.com/" |
| 44 | +explorer_uri = "https://gnosis.blockscout.com/" |
45 | 45 | explorer_type = "blockscout"
|
46 | 46 | multicall2 = "None"
|
47 | 47 | chain_id = 100
|
48 | 48 |
|
49 | 49 | [gnosis-test]
|
50 |
| -explorer = "https://gnosis-chiado.blockscout.com/" |
| 50 | +explorer_uri = "https://gnosis-chiado.blockscout.com/" |
51 | 51 | explorer_type = "blockscout"
|
52 | 52 | multicall2 = "None"
|
53 | 53 | chain_id = 10200
|
54 | 54 |
|
55 | 55 | [base-main]
|
56 |
| -explorer = "https://base.blockscout.com/" |
| 56 | +explorer_uri = "https://base.blockscout.com/" |
57 | 57 | explorer_type = "blockscout"
|
58 | 58 | multicall2 = "None"
|
59 | 59 | chain_id = 8453
|
60 | 60 |
|
61 | 61 | [syscoin]
|
62 |
| -explorer = "https://explorer.syscoin.org/" |
| 62 | +explorer_uri = "https://explorer.syscoin.org/" |
63 | 63 | explorer_type = "blockscout"
|
64 | 64 | multicall2 = "None"
|
65 | 65 | chain_id = 57
|
66 | 66 |
|
67 | 67 | [ethereumclassic]
|
68 |
| -explorer = "https://etc.blockscout.com/" |
| 68 | +explorer_uri = "https://etc.blockscout.com/" |
69 | 69 | explorer_type = "blockscout"
|
70 | 70 | multicall2 = "None"
|
71 | 71 | chain_id = 61
|
72 | 72 |
|
73 | 73 | [nova-network]
|
74 |
| -explorer = "https://explorer.novanetwork.io/" |
| 74 | +explorer_uri = "https://explorer.novanetwork.io/" |
75 | 75 | explorer_type = "blockscout"
|
76 | 76 | multicall2 = "None"
|
77 | 77 | chain_id = 87
|
78 | 78 |
|
79 | 79 | [velas]
|
80 |
| -explorer = "https://evmexplorer.velas.com/" |
| 80 | +explorer_uri = "https://evmexplorer.velas.com/" |
81 | 81 | explorer_type = "blockscout"
|
82 | 82 | multicall2 = "None"
|
83 | 83 | chain_id = 106
|
84 | 84 |
|
85 | 85 | [thundercore]
|
86 |
| -explorer = "https://explorer-mainnet.thundercore.com/" |
| 86 | +explorer_uri = "https://explorer-mainnet.thundercore.com/" |
87 | 87 | explorer_type = "blockscout"
|
88 | 88 | multicall2 = "None"
|
89 | 89 | chain_id = 108
|
90 | 90 |
|
91 | 91 | [fuse]
|
92 |
| -explorer = "https://explorer.fuse.io/" |
| 92 | +explorer_uri = "https://explorer.fuse.io/" |
93 | 93 | explorer_type = "blockscout"
|
94 | 94 | multicall2 = "None"
|
95 | 95 | chain_id = 122
|
96 | 96 |
|
97 | 97 | [heco]
|
98 |
| -explorer = "None" |
| 98 | +explorer_uri = "None" |
99 | 99 | multicall2 = "None"
|
100 | 100 | chain_id = 128
|
101 | 101 |
|
102 | 102 | [shimmer_evm]
|
103 |
| -explorer = "https://explorer.evm.shimmer.network/" |
| 103 | +explorer_uri = "https://explorer.evm.shimmer.network/" |
104 | 104 | explorer_type = "blockscout"
|
105 | 105 | multicall2 = "None"
|
106 | 106 | chain_id = 148
|
107 | 107 |
|
108 | 108 | [manta]
|
109 |
| -explorer = "https://pacific-explorer.manta.network/" |
| 109 | +explorer_uri = "https://pacific-explorer.manta.network/" |
110 | 110 | explorer_type = "blockscout"
|
111 | 111 | multicall2 = "None"
|
112 | 112 | chain_id = 169
|
113 | 113 |
|
114 | 114 | [energyweb]
|
115 |
| -explorer = "https://explorer.energyweb.org/" |
| 115 | +explorer_uri = "https://explorer.energyweb.org/" |
116 | 116 | explorer_type = "blockscout"
|
117 | 117 | multicall2 = "None"
|
118 | 118 | chain_id = 246
|
119 | 119 |
|
120 | 120 | [oasys]
|
121 |
| -explorer = "https://explorer.oasys.games/" |
| 121 | +explorer_uri = "https://explorer.oasys.games/" |
122 | 122 | explorer_type = "blockscout"
|
123 | 123 | multicall2 = "None"
|
124 | 124 | chain_id = 248
|
125 | 125 |
|
126 | 126 | [omax]
|
127 |
| -explorer = "https://omaxscan.com/" |
| 127 | +explorer_uri = "https://omaxscan.com/" |
128 | 128 | multicall2 = "None"
|
129 | 129 | chain_id = 311
|
130 | 130 |
|
131 | 131 | [filecoin]
|
132 |
| -explorer = "https://filecoin.blockscout.com/" |
| 132 | +explorer_uri = "https://filecoin.blockscout.com/" |
133 | 133 | explorer_type = "blockscout"
|
134 | 134 | multicall2 = "None"
|
135 | 135 | chain_id = 314
|
136 | 136 |
|
137 | 137 | [kucoin]
|
138 |
| -explorer = "https://scan.kcc.io/" |
| 138 | +explorer_uri = "https://scan.kcc.io/" |
139 | 139 | multicall2 = "None"
|
140 | 140 | chain_id = 321
|
141 | 141 |
|
142 | 142 | [zksync-era]
|
143 |
| -explorer = "https://zksync2-mainnet-explorer.zksync.io" |
| 143 | +explorer_uri = "https://zksync2-mainnet-explorer.zksync.io" |
144 | 144 | explorer_type = "zksyncexplorer"
|
145 | 145 | multicall2 = "None"
|
146 | 146 | chain_id = 324
|
147 | 147 |
|
148 | 148 | [sepolia-zksync-era]
|
149 |
| -explorer = "https://explorer.sepolia.era.zksync.dev" |
| 149 | +explorer_uri = "https://explorer.sepolia.era.zksync.dev" |
150 | 150 | explorer_type = "zksyncexplorer"
|
151 | 151 | multicall2 = "None"
|
152 | 152 | chain_id = 300
|
153 | 153 |
|
154 | 154 | [shiden]
|
155 |
| -explorer = "https://shiden.blockscout.com/" |
| 155 | +explorer_uri = "https://shiden.blockscout.com/" |
156 | 156 | explorer_type = "blockscout"
|
157 | 157 | multicall2 = "None"
|
158 | 158 | chain_id = 336
|
159 | 159 |
|
160 | 160 | [rollux]
|
161 |
| -explorer = "https://explorer.rollux.com/" |
| 161 | +explorer_uri = "https://explorer.rollux.com/" |
162 | 162 | explorer_type = "blockscout"
|
163 | 163 | multicall2 = "None"
|
164 | 164 | chain_id = 570
|
165 | 165 |
|
166 | 166 | [astar]
|
167 |
| -explorer = "https://astar.blockscout.com/" |
| 167 | +explorer_uri = "https://astar.blockscout.com/" |
168 | 168 | explorer_type = "blockscout"
|
169 | 169 | multicall2 = "None"
|
170 | 170 | chain_id = 592
|
171 | 171 |
|
172 | 172 | [callisto]
|
173 |
| -explorer = "https://explorer.callisto.network/" |
| 173 | +explorer_uri = "https://explorer.callisto.network/" |
174 | 174 | explorer_type = "blockscout"
|
175 | 175 | multicall2 = "None"
|
176 | 176 | chain_id = 820
|
177 | 177 |
|
178 | 178 | [lyra-chain]
|
179 |
| -explorer = "https://explorer.lyra.finance/" |
| 179 | +explorer_uri = "https://explorer.lyra.finance/" |
180 | 180 | explorer_type = "blockscout"
|
181 | 181 | multicall2 = "None"
|
182 | 182 | chain_id = 957
|
183 | 183 |
|
184 | 184 | [bifrost]
|
185 |
| -explorer = "https://explorer.mainnet.bifrostnetwork.com/" |
| 185 | +explorer_uri = "https://explorer.mainnet.bifrostnetwork.com/" |
186 | 186 | explorer_type = "blockscout"
|
187 | 187 | multicall2 = "None"
|
188 | 188 | chain_id = 996
|
189 | 189 |
|
190 | 190 | [metis]
|
191 |
| -explorer = "https://andromeda-explorer.metis.io/" |
| 191 | +explorer_uri = "https://andromeda-explorer.metis.io/" |
192 | 192 | explorer_type = "blockscout"
|
193 | 193 | multicall2 = "None"
|
194 | 194 | chain_id = 1088
|
195 | 195 |
|
196 | 196 | [polygon-zkevm]
|
197 |
| -explorer = "https://zkevm.blockscout.com/" |
| 197 | +explorer_uri = "https://zkevm.blockscout.com/" |
198 | 198 | explorer_type = "blockscout"
|
199 | 199 | multicall2 = "None"
|
200 | 200 | chain_id = 1101
|
201 | 201 |
|
202 | 202 | [core]
|
203 |
| -explorer = "None" |
| 203 | +explorer_uri = "None" |
204 | 204 | multicall2 = "None"
|
205 | 205 | chain_id = 1116
|
206 | 206 |
|
207 | 207 | [lisk]
|
208 |
| -explorer = "https://blockscout.lisk.com/" |
| 208 | +explorer_uri = "https://blockscout.lisk.com/" |
209 | 209 | explorer_type = "blockscout"
|
210 | 210 | multicall2 = "None"
|
211 | 211 | chain_id = 1135
|
212 | 212 |
|
213 | 213 | [reya-network]
|
214 |
| -explorer = "https://explorer.reya.network/" |
| 214 | +explorer_uri = "https://explorer.reya.network/" |
215 | 215 | explorer_type = "blockscout"
|
216 | 216 | multicall2 = "None"
|
217 | 217 | chain_id = 1729
|
218 | 218 |
|
219 | 219 | [onus]
|
220 |
| -explorer = "https://explorer.onuschain.io/" |
| 220 | +explorer_uri = "https://explorer.onuschain.io/" |
221 | 221 | explorer_type = "blockscout"
|
222 | 222 | multicall2 = "None"
|
223 | 223 | chain_id = 1975
|
224 | 224 |
|
225 | 225 | [hubblenet]
|
226 |
| -explorer = "None" |
| 226 | +explorer_uri = "None" |
227 | 227 | multicall2 = "None"
|
228 | 228 | chain_id = 1992
|
229 | 229 |
|
230 | 230 | [sanko]
|
231 |
| -explorer = "https://explorer.sanko.xyz/" |
| 231 | +explorer_uri = "https://explorer.sanko.xyz/" |
232 | 232 | explorer_type = "blockscout"
|
233 | 233 | multicall2 = "None"
|
234 | 234 | chain_id = 1996
|
235 | 235 |
|
236 | 236 | [dogechain]
|
237 |
| -explorer = "https://explorer.dogechain.dog/" |
| 237 | +explorer_uri = "https://explorer.dogechain.dog/" |
238 | 238 | explorer_type = "blockscout"
|
239 | 239 | multicall2 = "None"
|
240 | 240 | chain_id = 2000
|
241 | 241 |
|
242 | 242 | [milkomeda]
|
243 |
| -explorer = "https://explorer-mainnet-cardano-evm.c1.milkomeda.com/" |
| 243 | +explorer_uri = "https://explorer-mainnet-cardano-evm.c1.milkomeda.com/" |
244 | 244 | explorer_type = "blockscout"
|
245 | 245 | multicall2 = "None"
|
246 | 246 | chain_id = 2001
|
247 | 247 |
|
248 | 248 | [kava]
|
249 |
| -explorer = "https://testnet.kavascan.com/" |
| 249 | +explorer_uri = "https://testnet.kavascan.com/" |
250 | 250 | explorer_type = "blockscout"
|
251 | 251 | multicall2 = "None"
|
252 | 252 | chain_id = 2222
|
253 | 253 |
|
254 | 254 | [mantle]
|
255 |
| -explorer = "https://explorer.mantle.xyz/" |
| 255 | +explorer_uri = "https://explorer.mantle.xyz/" |
256 | 256 | explorer_type = "blockscout"
|
257 | 257 | multicall2 = "None"
|
258 | 258 | chain_id = 5000
|
259 | 259 |
|
260 | 260 | [zetachain]
|
261 |
| -explorer = "https://zetachain.blockscout.com/" |
| 261 | +explorer_uri = "https://zetachain.blockscout.com/" |
262 | 262 | explorer_type = "blockscout"
|
263 | 263 | multicall2 = "None"
|
264 | 264 | chain_id = 7000
|
265 | 265 |
|
266 | 266 | [celo]
|
267 |
| -explorer = "https://explorer.celo.org/mainnet/" |
| 267 | +explorer_uri = "https://explorer.celo.org/mainnet/" |
268 | 268 | explorer_type = "blockscout"
|
269 | 269 | multicall2 = "None"
|
270 | 270 | chain_id = 42220
|
271 | 271 |
|
272 | 272 | [oasis]
|
273 |
| -explorer = "https://explorer.emerald.oasis.dev/" |
| 273 | +explorer_uri = "https://explorer.emerald.oasis.dev/" |
274 | 274 | explorer_type = "blockscout"
|
275 | 275 | multicall2 = "None"
|
276 | 276 | chain_id = 42262
|
277 | 277 |
|
278 | 278 | [linea]
|
279 |
| -explorer = "https://explorer.linea.build/" |
| 279 | +explorer_uri = "https://explorer.linea.build/" |
280 | 280 | explorer_type = "blockscout"
|
281 | 281 | multicall2 = "None"
|
282 | 282 | chain_id = 59144
|
283 | 283 |
|
284 | 284 | [blast]
|
285 |
| -explorer = "https://blast.blockscout.com/" |
| 285 | +explorer_uri = "https://blast.blockscout.com/" |
286 | 286 | explorer_type = "blockscout"
|
287 | 287 | multicall2 = "None"
|
288 | 288 | chain_id = 81457
|
289 | 289 |
|
290 | 290 | [taiko]
|
291 |
| -explorer = "https://blockscoutapi.mainnet.taiko.xyz/" |
| 291 | +explorer_uri = "https://blockscoutapi.mainnet.taiko.xyz/" |
292 | 292 | explorer_type = "blockscout"
|
293 | 293 | multicall2 = "None"
|
294 | 294 | chain_id = 167000
|
295 | 295 |
|
296 | 296 | [scroll]
|
297 |
| -explorer = "https://blockscout.scroll.io/" |
| 297 | +explorer_uri = "https://blockscout.scroll.io/" |
298 | 298 | explorer_type = "blockscout"
|
299 | 299 | multicall2 = "None"
|
300 | 300 | chain_id = 534352
|
301 | 301 |
|
302 | 302 | [zora]
|
303 |
| -explorer = "https://explorer.zora.energy/" |
| 303 | +explorer_uri = "https://explorer.zora.energy/" |
304 | 304 | explorer_type = "blockscout"
|
305 | 305 | multicall2 = "None"
|
306 | 306 | chain_id = 7777777
|
307 | 307 |
|
308 | 308 | [neon]
|
309 |
| -explorer = "https://neon.blockscout.com/" |
| 309 | +explorer_uri = "https://neon.blockscout.com/" |
310 | 310 | explorer_type = "blockscout"
|
311 | 311 | multicall2 = "None"
|
312 | 312 | chain_id = 245022934
|
313 | 313 |
|
314 | 314 | [aurora]
|
315 |
| -explorer = "https://explorer.mainnet.aurora.dev/" |
| 315 | +explorer_uri = "https://explorer.mainnet.aurora.dev/" |
316 | 316 | explorer_type = "blockscout"
|
317 | 317 | multicall2 = "None"
|
318 | 318 | chain_id = 1313161554
|
0 commit comments