eth-chainlist 0.0.550 → 0.0.552
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +189 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.552 (2024-11-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.551 ([c8141a2](https://github.com/poowf/eth-chainlist/commit/c8141a282262464b16c4c95340173f44c8f8f769))
|
|
9
|
+
* update chain data ([d573f3d](https://github.com/poowf/eth-chainlist/commit/d573f3d60ca4d6cad6d39eecb605e5ad840c6a08))
|
|
10
|
+
|
|
11
|
+
### 0.0.551 (2024-11-29)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.550 ([2efc55f](https://github.com/poowf/eth-chainlist/commit/2efc55f69b49b1b11c7275035d7362add05e6c94))
|
|
17
|
+
* update chain data ([a12da9a](https://github.com/poowf/eth-chainlist/commit/a12da9a941ce9a80b1662584bfedd5b4409aac61))
|
|
18
|
+
|
|
3
19
|
### 0.0.550 (2024-11-28)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -48,6 +48,11 @@ const chainArray = [
|
|
|
48
48
|
url: 'https://ethereum.dex.guru',
|
|
49
49
|
icon: 'dexguru',
|
|
50
50
|
standard: 'EIP3091'
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: 'Routescan',
|
|
54
|
+
url: 'https://ethereum.routescan.io',
|
|
55
|
+
standard: 'EIP3091'
|
|
51
56
|
}
|
|
52
57
|
]
|
|
53
58
|
},
|
|
@@ -257,6 +262,11 @@ const chainArray = [
|
|
|
257
262
|
url: 'https://optimism.dex.guru',
|
|
258
263
|
icon: 'dexguru',
|
|
259
264
|
standard: 'EIP3091'
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
name: 'Routescan',
|
|
268
|
+
url: 'https://mainnet.superscan.network',
|
|
269
|
+
standard: 'EIP3091'
|
|
260
270
|
}
|
|
261
271
|
]
|
|
262
272
|
},
|
|
@@ -328,7 +338,7 @@ const chainArray = [
|
|
|
328
338
|
standard: 'EIP3091'
|
|
329
339
|
},
|
|
330
340
|
{
|
|
331
|
-
name: '
|
|
341
|
+
name: 'Routescan',
|
|
332
342
|
url: 'https://mainnet.flarescan.com',
|
|
333
343
|
standard: 'EIP3091'
|
|
334
344
|
}
|
|
@@ -376,7 +386,7 @@ const chainArray = [
|
|
|
376
386
|
standard: 'EIP3091'
|
|
377
387
|
},
|
|
378
388
|
{
|
|
379
|
-
name: '
|
|
389
|
+
name: 'Routescan',
|
|
380
390
|
url: 'https://coston.testnet.flarescan.com',
|
|
381
391
|
standard: 'EIP3091'
|
|
382
392
|
}
|
|
@@ -443,7 +453,7 @@ const chainArray = [
|
|
|
443
453
|
standard: 'EIP3091'
|
|
444
454
|
},
|
|
445
455
|
{
|
|
446
|
-
name: '
|
|
456
|
+
name: 'Routescan',
|
|
447
457
|
url: 'https://songbird.flarescan.com',
|
|
448
458
|
standard: 'EIP3091'
|
|
449
459
|
}
|
|
@@ -2418,7 +2428,7 @@ const chainArray = [
|
|
|
2418
2428
|
standard: 'EIP3091'
|
|
2419
2429
|
},
|
|
2420
2430
|
{
|
|
2421
|
-
name: '
|
|
2431
|
+
name: 'Routescan',
|
|
2422
2432
|
url: 'https://coston2.testnet.flarescan.com',
|
|
2423
2433
|
standard: 'EIP3091'
|
|
2424
2434
|
}
|
|
@@ -8653,6 +8663,11 @@ const chainArray = [
|
|
|
8653
8663
|
name: 'modescout',
|
|
8654
8664
|
url: 'https://sepolia.explorer.mode.network',
|
|
8655
8665
|
standard: 'none'
|
|
8666
|
+
},
|
|
8667
|
+
{
|
|
8668
|
+
name: 'Routesan',
|
|
8669
|
+
url: 'https://testnet.modescan.io',
|
|
8670
|
+
standard: 'none'
|
|
8656
8671
|
}
|
|
8657
8672
|
],
|
|
8658
8673
|
parent: {
|
|
@@ -13256,13 +13271,7 @@ const chainArray = [
|
|
|
13256
13271
|
chainId: 1992,
|
|
13257
13272
|
networkId: 1992,
|
|
13258
13273
|
slip44: 60,
|
|
13259
|
-
explorers: [
|
|
13260
|
-
{
|
|
13261
|
-
name: 'routescan',
|
|
13262
|
-
url: 'https://explorer.hubble.exchange',
|
|
13263
|
-
standard: 'EIP3091'
|
|
13264
|
-
}
|
|
13265
|
-
]
|
|
13274
|
+
explorers: []
|
|
13266
13275
|
},
|
|
13267
13276
|
{
|
|
13268
13277
|
name: 'B3 Sepolia Testnet',
|
|
@@ -21445,6 +21454,11 @@ const chainArray = [
|
|
|
21445
21454
|
url: 'https://base.dex.guru',
|
|
21446
21455
|
icon: 'dexguru',
|
|
21447
21456
|
standard: 'EIP3091'
|
|
21457
|
+
},
|
|
21458
|
+
{
|
|
21459
|
+
name: 'Routescan',
|
|
21460
|
+
url: 'https://base.superscan.network',
|
|
21461
|
+
standard: 'EIP3091'
|
|
21448
21462
|
}
|
|
21449
21463
|
],
|
|
21450
21464
|
status: 'active'
|
|
@@ -25562,6 +25576,25 @@ const chainArray = [
|
|
|
25562
25576
|
}
|
|
25563
25577
|
]
|
|
25564
25578
|
},
|
|
25579
|
+
{
|
|
25580
|
+
name: 'EXPchain Testnet',
|
|
25581
|
+
chain: 'EXPCHAIN',
|
|
25582
|
+
rpc: [ 'https://rpc1-testnet.expchain.ai' ],
|
|
25583
|
+
faucets: [],
|
|
25584
|
+
nativeCurrency: { name: 'tEXP', symbol: 'tEXP', decimals: 18 },
|
|
25585
|
+
infoURL: 'https://expanse.tech',
|
|
25586
|
+
shortName: 'expchain',
|
|
25587
|
+
chainId: 18880,
|
|
25588
|
+
networkId: 18880,
|
|
25589
|
+
icon: 'expchain',
|
|
25590
|
+
explorers: [
|
|
25591
|
+
{
|
|
25592
|
+
name: 'EXPchain Testnet Explorer',
|
|
25593
|
+
url: 'https://blockscout-testnet.expchain.ai',
|
|
25594
|
+
standard: 'EIP3091'
|
|
25595
|
+
}
|
|
25596
|
+
]
|
|
25597
|
+
},
|
|
25565
25598
|
{
|
|
25566
25599
|
name: 'Titan (TKX)',
|
|
25567
25600
|
chain: 'Titan (TKX)',
|
|
@@ -26840,7 +26873,7 @@ const chainArray = [
|
|
|
26840
26873
|
networkId: 28882,
|
|
26841
26874
|
explorers: [
|
|
26842
26875
|
{
|
|
26843
|
-
name: '
|
|
26876
|
+
name: 'Routescan',
|
|
26844
26877
|
url: 'https://testnet.bobascan.com',
|
|
26845
26878
|
standard: 'none'
|
|
26846
26879
|
}
|
|
@@ -27671,6 +27704,11 @@ const chainArray = [
|
|
|
27671
27704
|
name: 'modescout',
|
|
27672
27705
|
url: 'https://explorer.mode.network',
|
|
27673
27706
|
standard: 'none'
|
|
27707
|
+
},
|
|
27708
|
+
{
|
|
27709
|
+
name: 'Routescan',
|
|
27710
|
+
url: 'https://modescan.io',
|
|
27711
|
+
standard: 'none'
|
|
27674
27712
|
}
|
|
27675
27713
|
]
|
|
27676
27714
|
},
|
|
@@ -27931,20 +27969,20 @@ const chainArray = [
|
|
|
27931
27969
|
]
|
|
27932
27970
|
},
|
|
27933
27971
|
{
|
|
27934
|
-
name: '
|
|
27935
|
-
chain: '
|
|
27972
|
+
name: 'EDU Chain',
|
|
27973
|
+
chain: 'EDU Chain',
|
|
27936
27974
|
icon: 'occ-mainnet',
|
|
27937
27975
|
rpc: [ 'https://rpc.edu-chain.raas.gelato.cloud' ],
|
|
27938
27976
|
faucets: [ 'https://bridge.gelato.network/bridge/edu-chain' ],
|
|
27939
27977
|
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
|
27940
27978
|
infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
|
|
27941
|
-
shortName: '
|
|
27979
|
+
shortName: 'edu-chain',
|
|
27942
27980
|
chainId: 41923,
|
|
27943
27981
|
networkId: 41923,
|
|
27944
27982
|
explorers: [
|
|
27945
27983
|
{
|
|
27946
|
-
name: '
|
|
27947
|
-
url: 'https://
|
|
27984
|
+
name: 'EDU Chain',
|
|
27985
|
+
url: 'https://educhain.blockscout.com',
|
|
27948
27986
|
icon: 'occ-mainnet',
|
|
27949
27987
|
standard: 'none'
|
|
27950
27988
|
}
|
|
@@ -28306,14 +28344,19 @@ const chainArray = [
|
|
|
28306
28344
|
slip44: 1,
|
|
28307
28345
|
explorers: [
|
|
28308
28346
|
{
|
|
28309
|
-
name: '
|
|
28347
|
+
name: 'Etherscan',
|
|
28310
28348
|
url: 'https://testnet.snowscan.xyz',
|
|
28311
28349
|
standard: 'EIP3091'
|
|
28312
28350
|
},
|
|
28313
28351
|
{
|
|
28314
|
-
name: '
|
|
28352
|
+
name: 'Routescan',
|
|
28315
28353
|
url: 'https://testnet.snowtrace.io',
|
|
28316
28354
|
standard: 'EIP3091'
|
|
28355
|
+
},
|
|
28356
|
+
{
|
|
28357
|
+
name: 'Avascan',
|
|
28358
|
+
url: 'https://testnet.avascan.info',
|
|
28359
|
+
standard: 'EIP3091'
|
|
28317
28360
|
}
|
|
28318
28361
|
]
|
|
28319
28362
|
},
|
|
@@ -28336,14 +28379,19 @@ const chainArray = [
|
|
|
28336
28379
|
slip44: 9005,
|
|
28337
28380
|
explorers: [
|
|
28338
28381
|
{
|
|
28339
|
-
name: '
|
|
28382
|
+
name: 'Etherscan',
|
|
28340
28383
|
url: 'https://snowscan.xyz',
|
|
28341
28384
|
standard: 'EIP3091'
|
|
28342
28385
|
},
|
|
28343
28386
|
{
|
|
28344
|
-
name: '
|
|
28387
|
+
name: 'Routescan',
|
|
28345
28388
|
url: 'https://snowtrace.io',
|
|
28346
28389
|
standard: 'EIP3091'
|
|
28390
|
+
},
|
|
28391
|
+
{
|
|
28392
|
+
name: 'Avascan',
|
|
28393
|
+
url: 'https://avascan.info',
|
|
28394
|
+
standard: 'EIP3091'
|
|
28347
28395
|
}
|
|
28348
28396
|
]
|
|
28349
28397
|
},
|
|
@@ -28951,6 +28999,26 @@ const chainArray = [
|
|
|
28951
28999
|
}
|
|
28952
29000
|
]
|
|
28953
29001
|
},
|
|
29002
|
+
{
|
|
29003
|
+
name: 'Cytonic Testnet',
|
|
29004
|
+
chain: 'Cytonic',
|
|
29005
|
+
rpc: [ 'http://rpc.sl.testnet.cytonic.com' ],
|
|
29006
|
+
faucets: [],
|
|
29007
|
+
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
|
29008
|
+
infoURL: 'https://cytonic.com',
|
|
29009
|
+
shortName: 'CTS',
|
|
29010
|
+
chainId: 52225,
|
|
29011
|
+
networkId: 52225,
|
|
29012
|
+
icon: 'cytonic_l1',
|
|
29013
|
+
explorers: [
|
|
29014
|
+
{
|
|
29015
|
+
name: 'blockscout',
|
|
29016
|
+
url: 'https://explorer.sl.testnet.cytonic.com',
|
|
29017
|
+
icon: 'cytonic_l1',
|
|
29018
|
+
standard: 'EIP3091'
|
|
29019
|
+
}
|
|
29020
|
+
]
|
|
29021
|
+
},
|
|
28954
29022
|
{
|
|
28955
29023
|
name: 'DOID',
|
|
28956
29024
|
chain: 'DOID',
|
|
@@ -30689,6 +30757,25 @@ const chainArray = [
|
|
|
30689
30757
|
}
|
|
30690
30758
|
]
|
|
30691
30759
|
},
|
|
30760
|
+
{
|
|
30761
|
+
name: 'AppLayer Testnet',
|
|
30762
|
+
chain: 'AppLayer',
|
|
30763
|
+
rpc: [ 'https://testnet-api.applayer.com' ],
|
|
30764
|
+
faucets: [ 'https://testnet-faucet.applayer.com' ],
|
|
30765
|
+
nativeCurrency: { name: 'AppLayer', symbol: 'APPL', decimals: 18 },
|
|
30766
|
+
features: [ { name: 'EIP55' }, { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30767
|
+
infoURL: 'https://applayer.com',
|
|
30768
|
+
shortName: 'applayer-testnet',
|
|
30769
|
+
chainId: 75338,
|
|
30770
|
+
networkId: 75338,
|
|
30771
|
+
explorers: [
|
|
30772
|
+
{
|
|
30773
|
+
name: 'Applayer Testnet Explorer',
|
|
30774
|
+
url: 'https://testnet-explorer.applayer.com',
|
|
30775
|
+
standard: 'EIP3091'
|
|
30776
|
+
}
|
|
30777
|
+
]
|
|
30778
|
+
},
|
|
30692
30779
|
{
|
|
30693
30780
|
name: 'GEEK Verse Mainnet',
|
|
30694
30781
|
chain: 'GEEK',
|
|
@@ -33327,6 +33414,11 @@ const chainArray = [
|
|
|
33327
33414
|
name: 'etherscan',
|
|
33328
33415
|
url: 'https://taikoscan.io',
|
|
33329
33416
|
standard: 'EIP3091'
|
|
33417
|
+
},
|
|
33418
|
+
{
|
|
33419
|
+
name: 'Routescan',
|
|
33420
|
+
url: 'https://taikoexplorer.com',
|
|
33421
|
+
standard: 'EIP3091'
|
|
33330
33422
|
}
|
|
33331
33423
|
]
|
|
33332
33424
|
},
|
|
@@ -33449,8 +33541,8 @@ const chainArray = [
|
|
|
33449
33541
|
standard: 'EIP3091'
|
|
33450
33542
|
},
|
|
33451
33543
|
{
|
|
33452
|
-
name: '
|
|
33453
|
-
url: 'https://hekla.
|
|
33544
|
+
name: 'Routescan',
|
|
33545
|
+
url: 'https://hekla.taikoexplorer.com',
|
|
33454
33546
|
standard: 'EIP3091'
|
|
33455
33547
|
}
|
|
33456
33548
|
]
|
|
@@ -34778,7 +34870,7 @@ const chainArray = [
|
|
|
34778
34870
|
},
|
|
34779
34871
|
{
|
|
34780
34872
|
name: 'WABA Chain Testnet',
|
|
34781
|
-
chain: 'WABA
|
|
34873
|
+
chain: 'WABA Mainnet',
|
|
34782
34874
|
icon: 'waba',
|
|
34783
34875
|
rpc: [ 'https://rpc.wabaworld.com' ],
|
|
34784
34876
|
faucets: [],
|
|
@@ -36036,8 +36128,8 @@ const chainArray = [
|
|
|
36036
36128
|
]
|
|
36037
36129
|
},
|
|
36038
36130
|
{
|
|
36039
|
-
name: '
|
|
36040
|
-
chain: '
|
|
36131
|
+
name: 'EDU Chain Testnet',
|
|
36132
|
+
chain: 'EDU Chain Testnet',
|
|
36041
36133
|
icon: 'open-campus-codex',
|
|
36042
36134
|
rpc: [ 'https://rpc.open-campus-codex.gelato.digital' ],
|
|
36043
36135
|
faucets: [],
|
|
@@ -36049,7 +36141,7 @@ const chainArray = [
|
|
|
36049
36141
|
explorers: [
|
|
36050
36142
|
{
|
|
36051
36143
|
name: 'Open Campus Codex',
|
|
36052
|
-
url: 'https://
|
|
36144
|
+
url: 'https://edu-chain-testnet.blockscout.com',
|
|
36053
36145
|
icon: 'open-campus-codex',
|
|
36054
36146
|
standard: 'none'
|
|
36055
36147
|
}
|
|
@@ -37405,6 +37497,27 @@ const chainArray = [
|
|
|
37405
37497
|
}
|
|
37406
37498
|
]
|
|
37407
37499
|
},
|
|
37500
|
+
{
|
|
37501
|
+
name: 'Waterfall 9 Test Network',
|
|
37502
|
+
chain: 'Waterfall TestNet9',
|
|
37503
|
+
rpc: [ 'https://rpc.testnet9.waterfall.network' ],
|
|
37504
|
+
faucets: [ 'https://faucet.testnet9.waterfall.network' ],
|
|
37505
|
+
nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
|
|
37506
|
+
features: [ { name: 'EIP1559' } ],
|
|
37507
|
+
infoURL: 'https://waterfall.network',
|
|
37508
|
+
shortName: 'water9',
|
|
37509
|
+
chainId: 1501869,
|
|
37510
|
+
networkId: 1501869,
|
|
37511
|
+
icon: 'waterfall',
|
|
37512
|
+
explorers: [
|
|
37513
|
+
{
|
|
37514
|
+
name: 'Waterfall Explorer Testnet9',
|
|
37515
|
+
url: 'https://explorer.testnet9.waterfall.network',
|
|
37516
|
+
icon: 'waterfall',
|
|
37517
|
+
standard: 'EIP3091'
|
|
37518
|
+
}
|
|
37519
|
+
]
|
|
37520
|
+
},
|
|
37408
37521
|
{
|
|
37409
37522
|
name: 'PlayFi Albireo Testnet',
|
|
37410
37523
|
chain: 'ETH',
|
|
@@ -38503,6 +38616,11 @@ const chainArray = [
|
|
|
38503
38616
|
name: 'otterscan-sepolia',
|
|
38504
38617
|
url: 'https://sepolia.otterscan.io',
|
|
38505
38618
|
standard: 'EIP3091'
|
|
38619
|
+
},
|
|
38620
|
+
{
|
|
38621
|
+
name: 'Routescan',
|
|
38622
|
+
url: 'https://11155111.testnet.routescan.io',
|
|
38623
|
+
standard: 'EIP3091'
|
|
38506
38624
|
}
|
|
38507
38625
|
]
|
|
38508
38626
|
},
|
|
@@ -38985,7 +39103,10 @@ const chainArray = [
|
|
|
38985
39103
|
{
|
|
38986
39104
|
name: 'Corn Maizenet',
|
|
38987
39105
|
chain: 'BTCN',
|
|
38988
|
-
rpc: [
|
|
39106
|
+
rpc: [
|
|
39107
|
+
'https://rpc.ankr.com/corn_maizenet',
|
|
39108
|
+
'https://maizenet-rpc.usecorn.com'
|
|
39109
|
+
],
|
|
38989
39110
|
faucets: [],
|
|
38990
39111
|
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
38991
39112
|
infoURL: 'https://usecorn.com',
|
|
@@ -38994,7 +39115,12 @@ const chainArray = [
|
|
|
38994
39115
|
networkId: 21000000,
|
|
38995
39116
|
explorers: [
|
|
38996
39117
|
{
|
|
38997
|
-
name: 'Corn
|
|
39118
|
+
name: 'Corn Explorer',
|
|
39119
|
+
url: 'https://cornscan.io',
|
|
39120
|
+
standard: 'EIP3091'
|
|
39121
|
+
},
|
|
39122
|
+
{
|
|
39123
|
+
name: 'Corn Blockscout',
|
|
38998
39124
|
url: 'https://maizenet-explorer.usecorn.com',
|
|
38999
39125
|
standard: 'EIP3091'
|
|
39000
39126
|
}
|
|
@@ -39004,7 +39130,10 @@ const chainArray = [
|
|
|
39004
39130
|
{
|
|
39005
39131
|
name: 'Corn Testnet',
|
|
39006
39132
|
chain: 'BTCN',
|
|
39007
|
-
rpc: [
|
|
39133
|
+
rpc: [
|
|
39134
|
+
'https://rpc.ankr.com/corn_testnet',
|
|
39135
|
+
'https://testnet-rpc.usecorn.com'
|
|
39136
|
+
],
|
|
39008
39137
|
faucets: [],
|
|
39009
39138
|
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
39010
39139
|
infoURL: 'https://usecorn.com',
|
|
@@ -39014,6 +39143,11 @@ const chainArray = [
|
|
|
39014
39143
|
explorers: [
|
|
39015
39144
|
{
|
|
39016
39145
|
name: 'Corn Testnet Explorer',
|
|
39146
|
+
url: 'https://testnet.cornscan.io',
|
|
39147
|
+
standard: 'EIP3091'
|
|
39148
|
+
},
|
|
39149
|
+
{
|
|
39150
|
+
name: 'Corn Testnet Blockscout',
|
|
39017
39151
|
url: 'https://testnet-explorer.usecorn.com',
|
|
39018
39152
|
standard: 'EIP3091'
|
|
39019
39153
|
}
|
|
@@ -41345,6 +41479,31 @@ const chainArray = [
|
|
|
41345
41479
|
],
|
|
41346
41480
|
infoURL: 'https://xai.games'
|
|
41347
41481
|
},
|
|
41482
|
+
{
|
|
41483
|
+
name: 'Deriw Devnet',
|
|
41484
|
+
chainId: 44474237230,
|
|
41485
|
+
shortName: 'deriw-dev',
|
|
41486
|
+
title: 'Deriw Devnet',
|
|
41487
|
+
chain: 'Deriw Devnet',
|
|
41488
|
+
networkId: 44474237230,
|
|
41489
|
+
icon: 'deriw',
|
|
41490
|
+
rpc: [ 'https://rpc.dev.deriw.com' ],
|
|
41491
|
+
faucets: [],
|
|
41492
|
+
nativeCurrency: { name: 'Deriw', symbol: 'Der', decimals: 18 },
|
|
41493
|
+
infoURL: 'https://deriw.com',
|
|
41494
|
+
explorers: [
|
|
41495
|
+
{
|
|
41496
|
+
name: 'Deriw Explorer',
|
|
41497
|
+
url: 'https://explorer.dev.deriw.com',
|
|
41498
|
+
standard: 'EIP3091'
|
|
41499
|
+
}
|
|
41500
|
+
],
|
|
41501
|
+
parent: {
|
|
41502
|
+
type: 'L2',
|
|
41503
|
+
chain: 'eip155-421614',
|
|
41504
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
|
41505
|
+
}
|
|
41506
|
+
},
|
|
41348
41507
|
{
|
|
41349
41508
|
name: 'Arbitrum Blueberry',
|
|
41350
41509
|
title: 'Arbitrum Blueberry Testnet',
|