eth-chainlist 0.0.551 → 0.0.553
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 +164 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.553 (2024-12-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.552 ([31c987b](https://github.com/poowf/eth-chainlist/commit/31c987b368c9199c6803416e411f9a0e93a9c165))
|
|
9
|
+
* update chain data ([7043bf4](https://github.com/poowf/eth-chainlist/commit/7043bf4de7d32c498264449dc89c370144a05ce7))
|
|
10
|
+
|
|
11
|
+
### 0.0.552 (2024-11-30)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.551 ([c8141a2](https://github.com/poowf/eth-chainlist/commit/c8141a282262464b16c4c95340173f44c8f8f769))
|
|
17
|
+
* update chain data ([d573f3d](https://github.com/poowf/eth-chainlist/commit/d573f3d60ca4d6cad6d39eecb605e5ad840c6a08))
|
|
18
|
+
|
|
3
19
|
### 0.0.551 (2024-11-29)
|
|
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: {
|
|
@@ -10979,6 +10994,28 @@ const chainArray = [
|
|
|
10979
10994
|
}
|
|
10980
10995
|
]
|
|
10981
10996
|
},
|
|
10997
|
+
{
|
|
10998
|
+
name: 'Argochain Testnet',
|
|
10999
|
+
chain: 'Argochain',
|
|
11000
|
+
icon: 'argochain',
|
|
11001
|
+
rpc: [
|
|
11002
|
+
'https://rpc-testnet.devolvedai.com',
|
|
11003
|
+
'https://test-rpc.devolvedai.com'
|
|
11004
|
+
],
|
|
11005
|
+
faucets: [ 'https://faucet.argoscan.net' ],
|
|
11006
|
+
nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
|
|
11007
|
+
infoURL: 'https://devolvedai.com',
|
|
11008
|
+
shortName: 'tAGC',
|
|
11009
|
+
chainId: 1298,
|
|
11010
|
+
networkId: 1298,
|
|
11011
|
+
explorers: [
|
|
11012
|
+
{
|
|
11013
|
+
name: 'Argochain Test Scanner',
|
|
11014
|
+
url: 'https://test-scanner.devolvedai.com',
|
|
11015
|
+
standard: 'EIP3091'
|
|
11016
|
+
}
|
|
11017
|
+
]
|
|
11018
|
+
},
|
|
10982
11019
|
{
|
|
10983
11020
|
name: 'Argochain',
|
|
10984
11021
|
chain: 'Argochain',
|
|
@@ -13256,13 +13293,7 @@ const chainArray = [
|
|
|
13256
13293
|
chainId: 1992,
|
|
13257
13294
|
networkId: 1992,
|
|
13258
13295
|
slip44: 60,
|
|
13259
|
-
explorers: [
|
|
13260
|
-
{
|
|
13261
|
-
name: 'routescan',
|
|
13262
|
-
url: 'https://explorer.hubble.exchange',
|
|
13263
|
-
standard: 'EIP3091'
|
|
13264
|
-
}
|
|
13265
|
-
]
|
|
13296
|
+
explorers: []
|
|
13266
13297
|
},
|
|
13267
13298
|
{
|
|
13268
13299
|
name: 'B3 Sepolia Testnet',
|
|
@@ -21445,6 +21476,11 @@ const chainArray = [
|
|
|
21445
21476
|
url: 'https://base.dex.guru',
|
|
21446
21477
|
icon: 'dexguru',
|
|
21447
21478
|
standard: 'EIP3091'
|
|
21479
|
+
},
|
|
21480
|
+
{
|
|
21481
|
+
name: 'Routescan',
|
|
21482
|
+
url: 'https://base.superscan.network',
|
|
21483
|
+
standard: 'EIP3091'
|
|
21448
21484
|
}
|
|
21449
21485
|
],
|
|
21450
21486
|
status: 'active'
|
|
@@ -25562,6 +25598,25 @@ const chainArray = [
|
|
|
25562
25598
|
}
|
|
25563
25599
|
]
|
|
25564
25600
|
},
|
|
25601
|
+
{
|
|
25602
|
+
name: 'EXPchain Testnet',
|
|
25603
|
+
chain: 'EXPCHAIN',
|
|
25604
|
+
rpc: [ 'https://rpc1-testnet.expchain.ai' ],
|
|
25605
|
+
faucets: [],
|
|
25606
|
+
nativeCurrency: { name: 'tEXP', symbol: 'tEXP', decimals: 18 },
|
|
25607
|
+
infoURL: 'https://expanse.tech',
|
|
25608
|
+
shortName: 'expchain',
|
|
25609
|
+
chainId: 18880,
|
|
25610
|
+
networkId: 18880,
|
|
25611
|
+
icon: 'expchain',
|
|
25612
|
+
explorers: [
|
|
25613
|
+
{
|
|
25614
|
+
name: 'EXPchain Testnet Explorer',
|
|
25615
|
+
url: 'https://blockscout-testnet.expchain.ai',
|
|
25616
|
+
standard: 'EIP3091'
|
|
25617
|
+
}
|
|
25618
|
+
]
|
|
25619
|
+
},
|
|
25565
25620
|
{
|
|
25566
25621
|
name: 'Titan (TKX)',
|
|
25567
25622
|
chain: 'Titan (TKX)',
|
|
@@ -26840,7 +26895,7 @@ const chainArray = [
|
|
|
26840
26895
|
networkId: 28882,
|
|
26841
26896
|
explorers: [
|
|
26842
26897
|
{
|
|
26843
|
-
name: '
|
|
26898
|
+
name: 'Routescan',
|
|
26844
26899
|
url: 'https://testnet.bobascan.com',
|
|
26845
26900
|
standard: 'none'
|
|
26846
26901
|
}
|
|
@@ -27671,6 +27726,11 @@ const chainArray = [
|
|
|
27671
27726
|
name: 'modescout',
|
|
27672
27727
|
url: 'https://explorer.mode.network',
|
|
27673
27728
|
standard: 'none'
|
|
27729
|
+
},
|
|
27730
|
+
{
|
|
27731
|
+
name: 'Routescan',
|
|
27732
|
+
url: 'https://modescan.io',
|
|
27733
|
+
standard: 'none'
|
|
27674
27734
|
}
|
|
27675
27735
|
]
|
|
27676
27736
|
},
|
|
@@ -28306,14 +28366,19 @@ const chainArray = [
|
|
|
28306
28366
|
slip44: 1,
|
|
28307
28367
|
explorers: [
|
|
28308
28368
|
{
|
|
28309
|
-
name: '
|
|
28369
|
+
name: 'Etherscan',
|
|
28310
28370
|
url: 'https://testnet.snowscan.xyz',
|
|
28311
28371
|
standard: 'EIP3091'
|
|
28312
28372
|
},
|
|
28313
28373
|
{
|
|
28314
|
-
name: '
|
|
28374
|
+
name: 'Routescan',
|
|
28315
28375
|
url: 'https://testnet.snowtrace.io',
|
|
28316
28376
|
standard: 'EIP3091'
|
|
28377
|
+
},
|
|
28378
|
+
{
|
|
28379
|
+
name: 'Avascan',
|
|
28380
|
+
url: 'https://testnet.avascan.info',
|
|
28381
|
+
standard: 'EIP3091'
|
|
28317
28382
|
}
|
|
28318
28383
|
]
|
|
28319
28384
|
},
|
|
@@ -28336,14 +28401,19 @@ const chainArray = [
|
|
|
28336
28401
|
slip44: 9005,
|
|
28337
28402
|
explorers: [
|
|
28338
28403
|
{
|
|
28339
|
-
name: '
|
|
28404
|
+
name: 'Etherscan',
|
|
28340
28405
|
url: 'https://snowscan.xyz',
|
|
28341
28406
|
standard: 'EIP3091'
|
|
28342
28407
|
},
|
|
28343
28408
|
{
|
|
28344
|
-
name: '
|
|
28409
|
+
name: 'Routescan',
|
|
28345
28410
|
url: 'https://snowtrace.io',
|
|
28346
28411
|
standard: 'EIP3091'
|
|
28412
|
+
},
|
|
28413
|
+
{
|
|
28414
|
+
name: 'Avascan',
|
|
28415
|
+
url: 'https://avascan.info',
|
|
28416
|
+
standard: 'EIP3091'
|
|
28347
28417
|
}
|
|
28348
28418
|
]
|
|
28349
28419
|
},
|
|
@@ -30709,6 +30779,25 @@ const chainArray = [
|
|
|
30709
30779
|
}
|
|
30710
30780
|
]
|
|
30711
30781
|
},
|
|
30782
|
+
{
|
|
30783
|
+
name: 'AppLayer Testnet',
|
|
30784
|
+
chain: 'AppLayer',
|
|
30785
|
+
rpc: [ 'https://testnet-api.applayer.com' ],
|
|
30786
|
+
faucets: [ 'https://testnet-faucet.applayer.com' ],
|
|
30787
|
+
nativeCurrency: { name: 'AppLayer', symbol: 'APPL', decimals: 18 },
|
|
30788
|
+
features: [ { name: 'EIP55' }, { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30789
|
+
infoURL: 'https://applayer.com',
|
|
30790
|
+
shortName: 'applayer-testnet',
|
|
30791
|
+
chainId: 75338,
|
|
30792
|
+
networkId: 75338,
|
|
30793
|
+
explorers: [
|
|
30794
|
+
{
|
|
30795
|
+
name: 'Applayer Testnet Explorer',
|
|
30796
|
+
url: 'https://testnet-explorer.applayer.com',
|
|
30797
|
+
standard: 'EIP3091'
|
|
30798
|
+
}
|
|
30799
|
+
]
|
|
30800
|
+
},
|
|
30712
30801
|
{
|
|
30713
30802
|
name: 'GEEK Verse Mainnet',
|
|
30714
30803
|
chain: 'GEEK',
|
|
@@ -33347,6 +33436,11 @@ const chainArray = [
|
|
|
33347
33436
|
name: 'etherscan',
|
|
33348
33437
|
url: 'https://taikoscan.io',
|
|
33349
33438
|
standard: 'EIP3091'
|
|
33439
|
+
},
|
|
33440
|
+
{
|
|
33441
|
+
name: 'Routescan',
|
|
33442
|
+
url: 'https://taikoexplorer.com',
|
|
33443
|
+
standard: 'EIP3091'
|
|
33350
33444
|
}
|
|
33351
33445
|
]
|
|
33352
33446
|
},
|
|
@@ -33469,8 +33563,8 @@ const chainArray = [
|
|
|
33469
33563
|
standard: 'EIP3091'
|
|
33470
33564
|
},
|
|
33471
33565
|
{
|
|
33472
|
-
name: '
|
|
33473
|
-
url: 'https://hekla.
|
|
33566
|
+
name: 'Routescan',
|
|
33567
|
+
url: 'https://hekla.taikoexplorer.com',
|
|
33474
33568
|
standard: 'EIP3091'
|
|
33475
33569
|
}
|
|
33476
33570
|
]
|
|
@@ -34798,7 +34892,7 @@ const chainArray = [
|
|
|
34798
34892
|
},
|
|
34799
34893
|
{
|
|
34800
34894
|
name: 'WABA Chain Testnet',
|
|
34801
|
-
chain: 'WABA
|
|
34895
|
+
chain: 'WABA Mainnet',
|
|
34802
34896
|
icon: 'waba',
|
|
34803
34897
|
rpc: [ 'https://rpc.wabaworld.com' ],
|
|
34804
34898
|
faucets: [],
|
|
@@ -37425,6 +37519,27 @@ const chainArray = [
|
|
|
37425
37519
|
}
|
|
37426
37520
|
]
|
|
37427
37521
|
},
|
|
37522
|
+
{
|
|
37523
|
+
name: 'Waterfall 9 Test Network',
|
|
37524
|
+
chain: 'Waterfall TestNet9',
|
|
37525
|
+
rpc: [ 'https://rpc.testnet9.waterfall.network' ],
|
|
37526
|
+
faucets: [ 'https://faucet.testnet9.waterfall.network' ],
|
|
37527
|
+
nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
|
|
37528
|
+
features: [ { name: 'EIP1559' } ],
|
|
37529
|
+
infoURL: 'https://waterfall.network',
|
|
37530
|
+
shortName: 'water9',
|
|
37531
|
+
chainId: 1501869,
|
|
37532
|
+
networkId: 1501869,
|
|
37533
|
+
icon: 'waterfall',
|
|
37534
|
+
explorers: [
|
|
37535
|
+
{
|
|
37536
|
+
name: 'Waterfall Explorer Testnet9',
|
|
37537
|
+
url: 'https://explorer.testnet9.waterfall.network',
|
|
37538
|
+
icon: 'waterfall',
|
|
37539
|
+
standard: 'EIP3091'
|
|
37540
|
+
}
|
|
37541
|
+
]
|
|
37542
|
+
},
|
|
37428
37543
|
{
|
|
37429
37544
|
name: 'PlayFi Albireo Testnet',
|
|
37430
37545
|
chain: 'ETH',
|
|
@@ -38523,6 +38638,11 @@ const chainArray = [
|
|
|
38523
38638
|
name: 'otterscan-sepolia',
|
|
38524
38639
|
url: 'https://sepolia.otterscan.io',
|
|
38525
38640
|
standard: 'EIP3091'
|
|
38641
|
+
},
|
|
38642
|
+
{
|
|
38643
|
+
name: 'Routescan',
|
|
38644
|
+
url: 'https://11155111.testnet.routescan.io',
|
|
38645
|
+
standard: 'EIP3091'
|
|
38526
38646
|
}
|
|
38527
38647
|
]
|
|
38528
38648
|
},
|
|
@@ -41381,6 +41501,31 @@ const chainArray = [
|
|
|
41381
41501
|
],
|
|
41382
41502
|
infoURL: 'https://xai.games'
|
|
41383
41503
|
},
|
|
41504
|
+
{
|
|
41505
|
+
name: 'Deriw Devnet',
|
|
41506
|
+
chainId: 44474237230,
|
|
41507
|
+
shortName: 'deriw-dev',
|
|
41508
|
+
title: 'Deriw Devnet',
|
|
41509
|
+
chain: 'Deriw Devnet',
|
|
41510
|
+
networkId: 44474237230,
|
|
41511
|
+
icon: 'deriw',
|
|
41512
|
+
rpc: [ 'https://rpc.dev.deriw.com' ],
|
|
41513
|
+
faucets: [],
|
|
41514
|
+
nativeCurrency: { name: 'Deriw', symbol: 'Der', decimals: 18 },
|
|
41515
|
+
infoURL: 'https://deriw.com',
|
|
41516
|
+
explorers: [
|
|
41517
|
+
{
|
|
41518
|
+
name: 'Deriw Explorer',
|
|
41519
|
+
url: 'https://explorer.dev.deriw.com',
|
|
41520
|
+
standard: 'EIP3091'
|
|
41521
|
+
}
|
|
41522
|
+
],
|
|
41523
|
+
parent: {
|
|
41524
|
+
type: 'L2',
|
|
41525
|
+
chain: 'eip155-421614',
|
|
41526
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
|
41527
|
+
}
|
|
41528
|
+
},
|
|
41384
41529
|
{
|
|
41385
41530
|
name: 'Arbitrum Blueberry',
|
|
41386
41531
|
title: 'Arbitrum Blueberry Testnet',
|