eth-chainlist 0.0.551 → 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 +8 -0
- package/data/chain.js +142 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
### 0.0.551 (2024-11-29)
|
|
4
12
|
|
|
5
13
|
|
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
|
},
|
|
@@ -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
|
},
|
|
@@ -30709,6 +30757,25 @@ const chainArray = [
|
|
|
30709
30757
|
}
|
|
30710
30758
|
]
|
|
30711
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
|
+
},
|
|
30712
30779
|
{
|
|
30713
30780
|
name: 'GEEK Verse Mainnet',
|
|
30714
30781
|
chain: 'GEEK',
|
|
@@ -33347,6 +33414,11 @@ const chainArray = [
|
|
|
33347
33414
|
name: 'etherscan',
|
|
33348
33415
|
url: 'https://taikoscan.io',
|
|
33349
33416
|
standard: 'EIP3091'
|
|
33417
|
+
},
|
|
33418
|
+
{
|
|
33419
|
+
name: 'Routescan',
|
|
33420
|
+
url: 'https://taikoexplorer.com',
|
|
33421
|
+
standard: 'EIP3091'
|
|
33350
33422
|
}
|
|
33351
33423
|
]
|
|
33352
33424
|
},
|
|
@@ -33469,8 +33541,8 @@ const chainArray = [
|
|
|
33469
33541
|
standard: 'EIP3091'
|
|
33470
33542
|
},
|
|
33471
33543
|
{
|
|
33472
|
-
name: '
|
|
33473
|
-
url: 'https://hekla.
|
|
33544
|
+
name: 'Routescan',
|
|
33545
|
+
url: 'https://hekla.taikoexplorer.com',
|
|
33474
33546
|
standard: 'EIP3091'
|
|
33475
33547
|
}
|
|
33476
33548
|
]
|
|
@@ -34798,7 +34870,7 @@ const chainArray = [
|
|
|
34798
34870
|
},
|
|
34799
34871
|
{
|
|
34800
34872
|
name: 'WABA Chain Testnet',
|
|
34801
|
-
chain: 'WABA
|
|
34873
|
+
chain: 'WABA Mainnet',
|
|
34802
34874
|
icon: 'waba',
|
|
34803
34875
|
rpc: [ 'https://rpc.wabaworld.com' ],
|
|
34804
34876
|
faucets: [],
|
|
@@ -37425,6 +37497,27 @@ const chainArray = [
|
|
|
37425
37497
|
}
|
|
37426
37498
|
]
|
|
37427
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
|
+
},
|
|
37428
37521
|
{
|
|
37429
37522
|
name: 'PlayFi Albireo Testnet',
|
|
37430
37523
|
chain: 'ETH',
|
|
@@ -38523,6 +38616,11 @@ const chainArray = [
|
|
|
38523
38616
|
name: 'otterscan-sepolia',
|
|
38524
38617
|
url: 'https://sepolia.otterscan.io',
|
|
38525
38618
|
standard: 'EIP3091'
|
|
38619
|
+
},
|
|
38620
|
+
{
|
|
38621
|
+
name: 'Routescan',
|
|
38622
|
+
url: 'https://11155111.testnet.routescan.io',
|
|
38623
|
+
standard: 'EIP3091'
|
|
38526
38624
|
}
|
|
38527
38625
|
]
|
|
38528
38626
|
},
|
|
@@ -41381,6 +41479,31 @@ const chainArray = [
|
|
|
41381
41479
|
],
|
|
41382
41480
|
infoURL: 'https://xai.games'
|
|
41383
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
|
+
},
|
|
41384
41507
|
{
|
|
41385
41508
|
name: 'Arbitrum Blueberry',
|
|
41386
41509
|
title: 'Arbitrum Blueberry Testnet',
|