forked from ethereum-optimism/superchain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chainList.toml
470 lines (435 loc) · 11.6 KB
/
chainList.toml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
[[chains]]
name = "OP Mainnet"
identifier = "mainnet/op"
chain_id = 10
rpc = ["https://mainnet.optimism.io"]
explorers = ["https://explorer.optimism.io"]
superchain_level = 1
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Automata Mainnet"
identifier = "mainnet/automata"
chain_id = 65536
rpc = ["https://rpc.ata.network"]
explorers = ["https://explorer.ata.network"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
gas_paying_token = "0xA2120b9e674d3fC3875f415A7DF52e382F141225"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Base"
identifier = "mainnet/base"
chain_id = 8453
rpc = ["https://mainnet.base.org"]
explorers = ["https://explorer.base.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Cyber Mainnet"
identifier = "mainnet/cyber"
chain_id = 7560
rpc = ["https://rpc.cyber.co"]
explorers = ["https://cyberscan.co/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Ethernity"
identifier = "mainnet/ethernity"
chain_id = 183
rpc = ["https://mainnet.ethernitychain.io"]
explorers = ["https://ernscan.io"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Funki"
identifier = "mainnet/funki"
chain_id = 33979
rpc = ["https://rpc-mainnet.funkichain.com"]
explorers = ["https://funki.superscan.network"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Lisk"
identifier = "mainnet/lisk"
chain_id = 1135
rpc = ["https://rpc.api.lisk.com"]
explorers = ["https://blockscout.lisk.com"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Lyra Chain"
identifier = "mainnet/lyra"
chain_id = 957
rpc = ["https://rpc.lyra.finance"]
explorers = ["https://explorer.lyra.finance"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Metal L2"
identifier = "mainnet/metal"
chain_id = 1750
rpc = ["https://rpc.metall2.com"]
explorers = ["https://explorer.metall2.com"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Mode"
identifier = "mainnet/mode"
chain_id = 34443
rpc = ["https://mainnet.mode.network"]
explorers = ["https://explorer.mode.network"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Orderly Mainnet"
identifier = "mainnet/orderly"
chain_id = 291
rpc = ["https://rpc.orderly.network"]
explorers = ["https://explorer.orderly.network"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "RACE Mainnet"
identifier = "mainnet/race"
chain_id = 6805
rpc = ["https://racemainnet.io"]
explorers = ["https://racescan.io/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Shape"
identifier = "mainnet/shape"
chain_id = 360
rpc = ["https://mainnet.shape.network/"]
explorers = ["https://shape-mainnet.explorer.alchemy.com/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Swan Chain Mainnet"
identifier = "mainnet/swan"
chain_id = 254
rpc = ["https://mainnet-rpc.swanchain.org"]
explorers = ["https://swanscan.io"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Swellchain"
identifier = "mainnet/swell"
chain_id = 1923
rpc = ["https://swell-mainnet.alt.technology"]
explorers = ["https://explorer.swellnetwork.io"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Binary Mainnet"
identifier = "mainnet/tbn"
chain_id = 624
rpc = ["https://rpc.zero.thebinaryholdings.com"]
explorers = ["https://explorer.thebinaryholdings.com"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
gas_paying_token = "0x04E9D7e336f79Cdab911b06133D3Ca2Cd0721ce3"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "World Chain"
identifier = "mainnet/worldchain"
chain_id = 480
rpc = ["https://worldchain-mainnet.g.alchemy.com/public"]
explorers = ["https://worldchain-mainnet.explorer.alchemy.com/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "Zora"
identifier = "mainnet/zora"
chain_id = 7777777
rpc = ["https://rpc.zora.energy"]
explorers = ["https://explorer.zora.energy"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"
[[chains]]
name = "OP Sepolia Testnet"
identifier = "sepolia/op"
chain_id = 11155420
rpc = ["https://sepolia.optimism.io"]
explorers = ["https://sepolia-optimistic.etherscan.io"]
superchain_level = 1
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Base Sepolia Testnet"
identifier = "sepolia/base"
chain_id = 84532
rpc = ["https://sepolia.base.org"]
explorers = ["https://sepolia-explorer.base.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Cyber Testnet"
identifier = "sepolia/cyber"
chain_id = 111557560
rpc = ["https://rpc.testnet.cyber.co"]
explorers = ["https://testnet.cyberscan.co/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Ethernity Testnet"
identifier = "sepolia/ethernity"
chain_id = 233
rpc = ["https://testnet.ethernitychain.io"]
explorers = ["https://testnet.ernscan.io"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Funki Sepolia Testnet"
identifier = "sepolia/funki"
chain_id = 3397901
rpc = ["https://funki-testnet.alt.technology"]
explorers = ["https://sepolia-sandbox.funkichain.com/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Ink Sepolia"
identifier = "sepolia/ink"
chain_id = 763373
rpc = ["https://rpc-gel-sepolia.inkonchain.com"]
explorers = ["https://explorer-sepolia.inkonchain.com"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Lisk Sepolia Testnet"
identifier = "sepolia/lisk"
chain_id = 4202
rpc = ["https://rpc.sepolia-api.lisk.com"]
explorers = ["https://sepolia-blockscout.lisk.com"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Metal L2 Testnet"
identifier = "sepolia/metal"
chain_id = 1740
rpc = ["https://testnet.rpc.metall2.com"]
explorers = ["https://testnet.explorer.metall2.com"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Minato"
identifier = "sepolia/minato"
chain_id = 1946
rpc = ["https://rpc.minato.soneium.org"]
explorers = ["https://soneium-minato.blockscout.com/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Mode Testnet"
identifier = "sepolia/mode"
chain_id = 919
rpc = ["https://sepolia.mode.network"]
explorers = ["https://sepolia.explorer.mode.network"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "RACE Testnet"
identifier = "sepolia/race"
chain_id = 6806
rpc = ["https://racetestnet.io"]
explorers = ["https://testnet.racescan.io/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Shape Sepolia Testnet"
identifier = "sepolia/shape"
chain_id = 11011
rpc = ["https://sepolia.shape.network/"]
explorers = ["https://shape-sepolia.explorer.alchemy.com/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Binary Sepolia"
identifier = "sepolia/tbn"
chain_id = 625
rpc = ["https://rpc.testnet.thebinaryholdings.com"]
explorers = ["https://explorer.sepolia.thebinaryholdings.com"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
gas_paying_token = "0x46d878bf7BF62Ec542953CB89Ac0bF58d991181e"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Unichain Sepolia Testnet"
identifier = "sepolia/unichain"
chain_id = 1301
rpc = ["https://sepolia.unichain.org"]
explorers = ["https://sepolia.uniscan.xyz"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "World Chain Sepolia Testnet"
identifier = "sepolia/worldchain"
chain_id = 4801
rpc = ["https://worldchain-sepolia.g.alchemy.com/public"]
explorers = ["https://worldchain-sepolia.explorer.alchemy.com/"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Zora Sepolia Testnet"
identifier = "sepolia/zora"
chain_id = 999999999
rpc = ["https://sepolia.rpc.zora.energy"]
explorers = ["https://sepolia.explorer.zora.energy"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"
[[chains]]
name = "Base devnet 0"
identifier = "sepolia-dev-0/base-devnet-0"
chain_id = 11763072
rpc = [""]
explorers = [""]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia-dev-0"
[[chains]]
name = "OP Labs Sepolia devnet 0"
identifier = "sepolia-dev-0/oplabs-devnet-0"
chain_id = 11155421
rpc = [""]
explorers = [""]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia-dev-0"