eth-chainlist 0.0.457 → 0.0.459
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +171 -31
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.459 (2024-08-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.458 ([cd7a10d](https://github.com/poowf/eth-chainlist/commit/cd7a10d5d37f37d81f7697d8f6b7209bb261d36f))
|
9
|
+
* update chain data ([f8ef602](https://github.com/poowf/eth-chainlist/commit/f8ef6027acc22773d812ade3591d5070187da892))
|
10
|
+
|
11
|
+
### 0.0.458 (2024-08-05)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.457 ([da1d24c](https://github.com/poowf/eth-chainlist/commit/da1d24cef1f551007bfa516588597f2cc224e5d5))
|
17
|
+
* update chain data ([61e54b3](https://github.com/poowf/eth-chainlist/commit/61e54b3b2963aa6c09bf06b2284c5510c73f98b4))
|
18
|
+
|
3
19
|
### 0.0.457 (2024-08-04)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11584,6 +11584,26 @@ const chainArray = [
|
|
11584
11584
|
}
|
11585
11585
|
]
|
11586
11586
|
},
|
11587
|
+
{
|
11588
|
+
name: 'ReDeFi Layer 2',
|
11589
|
+
chain: 'ReDeFi',
|
11590
|
+
icon: 'redefi',
|
11591
|
+
rpc: [ 'https://layer2.redefi.world' ],
|
11592
|
+
faucets: [],
|
11593
|
+
nativeCurrency: { name: 'RED', symbol: 'RED', decimals: 18 },
|
11594
|
+
infoURL: 'https://redefi.world',
|
11595
|
+
shortName: 'red',
|
11596
|
+
chainId: 1899,
|
11597
|
+
networkId: 1899,
|
11598
|
+
slip44: 1899,
|
11599
|
+
explorers: [
|
11600
|
+
{
|
11601
|
+
name: 'ReDeFi Scan',
|
11602
|
+
url: 'https://scanlayer2.redefi.world',
|
11603
|
+
standard: 'EIP3091'
|
11604
|
+
}
|
11605
|
+
]
|
11606
|
+
},
|
11587
11607
|
{
|
11588
11608
|
name: 'Sports Chain Network',
|
11589
11609
|
chain: 'SCN',
|
@@ -12295,11 +12315,11 @@ const chainArray = [
|
|
12295
12315
|
networkId: 1
|
12296
12316
|
},
|
12297
12317
|
{
|
12298
|
-
name: 'NOW Chain',
|
12318
|
+
name: 'NOW Chain Testnet',
|
12299
12319
|
chain: 'NOW',
|
12300
12320
|
icon: 'nowchain',
|
12301
|
-
rpc: [ 'https://rpc.nowscan.io' ],
|
12302
|
-
faucets: [],
|
12321
|
+
rpc: [ 'https://rpc-testnet.nowscan.io' ],
|
12322
|
+
faucets: [ 'https://faucet.nowchain.co' ],
|
12303
12323
|
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
12304
12324
|
infoURL: 'https://nowchain.co',
|
12305
12325
|
shortName: 'now',
|
@@ -12308,7 +12328,7 @@ const chainArray = [
|
|
12308
12328
|
explorers: [
|
12309
12329
|
{
|
12310
12330
|
name: 'nowscan',
|
12311
|
-
url: 'https://nowscan.io',
|
12331
|
+
url: 'https://testnet.nowscan.io',
|
12312
12332
|
standard: 'EIP3091'
|
12313
12333
|
}
|
12314
12334
|
]
|
@@ -14280,6 +14300,19 @@ const chainArray = [
|
|
14280
14300
|
bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
|
14281
14301
|
}
|
14282
14302
|
},
|
14303
|
+
{
|
14304
|
+
name: 'Chips Network',
|
14305
|
+
chain: 'CHIPS',
|
14306
|
+
rpc: [
|
14307
|
+
'https://node.chips.ooo/wasp/api/v1/chains/iota1pp3d3mnap3ufmgqnjsnw344sqmf5svjh26y2khnmc89sv6788y3r207a8fn/evm'
|
14308
|
+
],
|
14309
|
+
faucets: [],
|
14310
|
+
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
14311
|
+
infoURL: 'https://www.chips.ooo',
|
14312
|
+
shortName: 'chips',
|
14313
|
+
chainId: 2882,
|
14314
|
+
networkId: 2882
|
14315
|
+
},
|
14283
14316
|
{
|
14284
14317
|
name: 'Boba Network Goerli Testnet',
|
14285
14318
|
chain: 'ETH',
|
@@ -14746,12 +14779,14 @@ const chainArray = [
|
|
14746
14779
|
slip44: 1
|
14747
14780
|
},
|
14748
14781
|
{
|
14749
|
-
name: '
|
14782
|
+
name: 'peaq',
|
14750
14783
|
chain: 'peaq',
|
14751
14784
|
icon: 'peaq',
|
14752
14785
|
rpc: [
|
14753
14786
|
'https://peaq.api.onfinality.io/public',
|
14754
|
-
'https://peaq-rpc.dwellir.com'
|
14787
|
+
'https://peaq-rpc.dwellir.com',
|
14788
|
+
'https://peaq-rpc.publicnode.com',
|
14789
|
+
'https://evm.peaq.network'
|
14755
14790
|
],
|
14756
14791
|
faucets: [],
|
14757
14792
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
@@ -14760,11 +14795,6 @@ const chainArray = [
|
|
14760
14795
|
chainId: 3338,
|
14761
14796
|
networkId: 3338,
|
14762
14797
|
explorers: [
|
14763
|
-
{
|
14764
|
-
name: 'Polkadot.js',
|
14765
|
-
url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpeaq.api.onfinality.io%2Fpublic-ws#/explorer',
|
14766
|
-
standard: 'none'
|
14767
|
-
},
|
14768
14798
|
{
|
14769
14799
|
name: 'Subscan',
|
14770
14800
|
url: 'https://peaq.subscan.io',
|
@@ -17515,6 +17545,25 @@ const chainArray = [
|
|
17515
17545
|
chainId: 6363,
|
17516
17546
|
networkId: 6363
|
17517
17547
|
},
|
17548
|
+
{
|
17549
|
+
name: 'Connext Sepolia',
|
17550
|
+
chain: 'Connext Sepolia',
|
17551
|
+
rpc: [ 'https://rpc.connext-sepolia.gelato.digital/' ],
|
17552
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
17553
|
+
faucets: [],
|
17554
|
+
infoURL: '',
|
17555
|
+
shortName: 'connext-sepolia',
|
17556
|
+
chainId: 6398,
|
17557
|
+
networkId: 6398,
|
17558
|
+
explorers: [
|
17559
|
+
{
|
17560
|
+
name: 'Connext Sepolia',
|
17561
|
+
url: 'https://connext-sepolia.blockscout.com',
|
17562
|
+
icon: 'connext',
|
17563
|
+
standard: 'none'
|
17564
|
+
}
|
17565
|
+
]
|
17566
|
+
},
|
17518
17567
|
{
|
17519
17568
|
name: 'Peerpay',
|
17520
17569
|
chain: 'P2P',
|
@@ -20677,15 +20726,20 @@ const chainArray = [
|
|
20677
20726
|
faucets: [],
|
20678
20727
|
nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
|
20679
20728
|
features: [],
|
20680
|
-
infoURL: 'https://
|
20729
|
+
infoURL: 'https://metanovaverse.com/',
|
20681
20730
|
shortName: 'mnv',
|
20682
20731
|
chainId: 10096,
|
20683
20732
|
networkId: 10096,
|
20684
20733
|
explorers: [
|
20685
20734
|
{
|
20686
20735
|
name: 'Blockscout',
|
20687
|
-
url: 'https://explorer.
|
20736
|
+
url: 'https://explorer.metanovaverse.com',
|
20688
20737
|
standard: 'EIP3091'
|
20738
|
+
},
|
20739
|
+
{
|
20740
|
+
name: 'Cosmos Explorer (Ping)',
|
20741
|
+
url: 'https://ping.metanovaverse.com/metanovaverse',
|
20742
|
+
standard: 'none'
|
20689
20743
|
}
|
20690
20744
|
]
|
20691
20745
|
},
|
@@ -24424,6 +24478,27 @@ const chainArray = [
|
|
24424
24478
|
}
|
24425
24479
|
]
|
24426
24480
|
},
|
24481
|
+
{
|
24482
|
+
name: 'SlingShot',
|
24483
|
+
chain: 'SLING',
|
24484
|
+
rpc: [ 'https://rpc.slingshotdao.com' ],
|
24485
|
+
faucets: [],
|
24486
|
+
nativeCurrency: { name: 'Sling', symbol: 'SLING', decimals: 18 },
|
24487
|
+
features: [ { name: 'EIP155' } ],
|
24488
|
+
infoURL: 'https://slingshotdao.com',
|
24489
|
+
shortName: 'slingshot',
|
24490
|
+
chainId: 33401,
|
24491
|
+
networkId: 33401,
|
24492
|
+
icon: 'slingshot',
|
24493
|
+
explorers: [
|
24494
|
+
{
|
24495
|
+
name: 'SlingShot Explorer',
|
24496
|
+
url: 'https://explore.slingshotdao.com',
|
24497
|
+
icon: 'slingshot',
|
24498
|
+
standard: 'EIP3091'
|
24499
|
+
}
|
24500
|
+
]
|
24501
|
+
},
|
24427
24502
|
{
|
24428
24503
|
name: 'Zilliqa-2 EVM Devnet',
|
24429
24504
|
chain: 'ZIL',
|
@@ -25226,6 +25301,26 @@ const chainArray = [
|
|
25226
25301
|
],
|
25227
25302
|
status: 'active'
|
25228
25303
|
},
|
25304
|
+
{
|
25305
|
+
name: 'ReDeFi Layer 1',
|
25306
|
+
chain: 'ReDeFi',
|
25307
|
+
icon: 'redefi',
|
25308
|
+
rpc: [ 'https://layer1.redefi.world' ],
|
25309
|
+
faucets: [],
|
25310
|
+
nativeCurrency: { name: 'BAX', symbol: 'BAX', decimals: 18 },
|
25311
|
+
infoURL: 'https://redefi.world',
|
25312
|
+
shortName: 'bax',
|
25313
|
+
chainId: 47803,
|
25314
|
+
networkId: 47803,
|
25315
|
+
slip44: 47803,
|
25316
|
+
explorers: [
|
25317
|
+
{
|
25318
|
+
name: 'ReDeFi Scan',
|
25319
|
+
url: 'https://scanlayer1.redefi.world',
|
25320
|
+
standard: 'EIP3091'
|
25321
|
+
}
|
25322
|
+
]
|
25323
|
+
},
|
25229
25324
|
{
|
25230
25325
|
name: 'REI Network',
|
25231
25326
|
chain: 'REI',
|
@@ -25646,24 +25741,6 @@ const chainArray = [
|
|
25646
25741
|
}
|
25647
25742
|
]
|
25648
25743
|
},
|
25649
|
-
{
|
25650
|
-
name: 'Photon Testnet',
|
25651
|
-
chain: 'Photon',
|
25652
|
-
rpc: [ 'https://rpc-test.photonchain.io' ],
|
25653
|
-
faucets: [ 'https://photonchain.io/airdrop' ],
|
25654
|
-
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
25655
|
-
infoURL: 'https://photonchain.io',
|
25656
|
-
shortName: 'pton',
|
25657
|
-
chainId: 54555,
|
25658
|
-
networkId: 54555,
|
25659
|
-
explorers: [
|
25660
|
-
{
|
25661
|
-
name: 'photon_testnet_explorer',
|
25662
|
-
url: 'https://testnet.photonchain.io',
|
25663
|
-
standard: 'none'
|
25664
|
-
}
|
25665
|
-
]
|
25666
|
-
},
|
25667
25744
|
{
|
25668
25745
|
name: 'Titan',
|
25669
25746
|
chain: 'ETH',
|
@@ -25685,6 +25762,24 @@ const chainArray = [
|
|
25685
25762
|
}
|
25686
25763
|
]
|
25687
25764
|
},
|
25765
|
+
{
|
25766
|
+
name: 'Photon Aurora Testnet',
|
25767
|
+
chain: 'Photon',
|
25768
|
+
rpc: [ 'https://rpc-test2.photonchain.io' ],
|
25769
|
+
faucets: [ 'https://photonchain.io/testnet2' ],
|
25770
|
+
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
25771
|
+
infoURL: 'https://photonchain.io',
|
25772
|
+
shortName: 'pton',
|
25773
|
+
chainId: 55551,
|
25774
|
+
networkId: 55551,
|
25775
|
+
explorers: [
|
25776
|
+
{
|
25777
|
+
name: 'photon_testnet2_explorer',
|
25778
|
+
url: 'https://testnet2.photonchain.io',
|
25779
|
+
standard: 'none'
|
25780
|
+
}
|
25781
|
+
]
|
25782
|
+
},
|
25688
25783
|
{
|
25689
25784
|
name: 'REI Chain Mainnet',
|
25690
25785
|
chain: 'REI',
|
@@ -26483,6 +26578,28 @@ const chainArray = [
|
|
26483
26578
|
}
|
26484
26579
|
]
|
26485
26580
|
},
|
26581
|
+
{
|
26582
|
+
name: 'CratD2C Testnet',
|
26583
|
+
chain: 'CRATD2C',
|
26584
|
+
rpc: [
|
26585
|
+
'https://cratd2c-testnet-node1.cratd2csmartchain.io/',
|
26586
|
+
'https://cratd2c-testnet-node2.cratd2csmartchain.io/'
|
26587
|
+
],
|
26588
|
+
faucets: [],
|
26589
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRATD', decimals: 18 },
|
26590
|
+
infoURL: 'https://cratd2csmartchain.io',
|
26591
|
+
shortName: 'cratd2c-testnet',
|
26592
|
+
chainId: 65349,
|
26593
|
+
networkId: 65349,
|
26594
|
+
explorers: [
|
26595
|
+
{
|
26596
|
+
name: 'Blockscout',
|
26597
|
+
url: 'https://explorer-testnet.cratd2csmartchain.io',
|
26598
|
+
icon: 'blockscout',
|
26599
|
+
standard: 'EIP3091'
|
26600
|
+
}
|
26601
|
+
]
|
26602
|
+
},
|
26486
26603
|
{
|
26487
26604
|
name: 'Vecno Mainnet',
|
26488
26605
|
chain: 'VE',
|
@@ -28086,6 +28203,29 @@ const chainArray = [
|
|
28086
28203
|
],
|
28087
28204
|
status: 'deprecated'
|
28088
28205
|
},
|
28206
|
+
{
|
28207
|
+
name: 'SlingShot Testnet',
|
28208
|
+
chain: 'SLING',
|
28209
|
+
rpc: [
|
28210
|
+
'https://rpc-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz'
|
28211
|
+
],
|
28212
|
+
faucets: [],
|
28213
|
+
nativeCurrency: { name: 'Sling Test', symbol: 'SLINGT', decimals: 18 },
|
28214
|
+
features: [ { name: 'EIP155' } ],
|
28215
|
+
infoURL: 'https://slingshotdao.com',
|
28216
|
+
shortName: 'sling',
|
28217
|
+
chainId: 97435,
|
28218
|
+
networkId: 97435,
|
28219
|
+
icon: 'slingshot',
|
28220
|
+
explorers: [
|
28221
|
+
{
|
28222
|
+
name: 'SlingShot Test Explorer',
|
28223
|
+
url: 'https://explorer-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz',
|
28224
|
+
icon: 'slingshot',
|
28225
|
+
standard: 'EIP3091'
|
28226
|
+
}
|
28227
|
+
]
|
28228
|
+
},
|
28089
28229
|
{
|
28090
28230
|
name: 'Green Chain Testnet',
|
28091
28231
|
chain: 'Green Chain',
|