eth-chainlist 0.0.458 → 0.0.459
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 +103 -25
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
### 0.0.458 (2024-08-05)
|
|
4
12
|
|
|
5
13
|
|
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',
|
|
@@ -14759,12 +14779,14 @@ const chainArray = [
|
|
|
14759
14779
|
slip44: 1
|
|
14760
14780
|
},
|
|
14761
14781
|
{
|
|
14762
|
-
name: '
|
|
14782
|
+
name: 'peaq',
|
|
14763
14783
|
chain: 'peaq',
|
|
14764
14784
|
icon: 'peaq',
|
|
14765
14785
|
rpc: [
|
|
14766
14786
|
'https://peaq.api.onfinality.io/public',
|
|
14767
|
-
'https://peaq-rpc.dwellir.com'
|
|
14787
|
+
'https://peaq-rpc.dwellir.com',
|
|
14788
|
+
'https://peaq-rpc.publicnode.com',
|
|
14789
|
+
'https://evm.peaq.network'
|
|
14768
14790
|
],
|
|
14769
14791
|
faucets: [],
|
|
14770
14792
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
@@ -14773,11 +14795,6 @@ const chainArray = [
|
|
|
14773
14795
|
chainId: 3338,
|
|
14774
14796
|
networkId: 3338,
|
|
14775
14797
|
explorers: [
|
|
14776
|
-
{
|
|
14777
|
-
name: 'Polkadot.js',
|
|
14778
|
-
url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpeaq.api.onfinality.io%2Fpublic-ws#/explorer',
|
|
14779
|
-
standard: 'none'
|
|
14780
|
-
},
|
|
14781
14798
|
{
|
|
14782
14799
|
name: 'Subscan',
|
|
14783
14800
|
url: 'https://peaq.subscan.io',
|
|
@@ -17528,6 +17545,25 @@ const chainArray = [
|
|
|
17528
17545
|
chainId: 6363,
|
|
17529
17546
|
networkId: 6363
|
|
17530
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
|
+
},
|
|
17531
17567
|
{
|
|
17532
17568
|
name: 'Peerpay',
|
|
17533
17569
|
chain: 'P2P',
|
|
@@ -25265,6 +25301,26 @@ const chainArray = [
|
|
|
25265
25301
|
],
|
|
25266
25302
|
status: 'active'
|
|
25267
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
|
+
},
|
|
25268
25324
|
{
|
|
25269
25325
|
name: 'REI Network',
|
|
25270
25326
|
chain: 'REI',
|
|
@@ -25685,24 +25741,6 @@ const chainArray = [
|
|
|
25685
25741
|
}
|
|
25686
25742
|
]
|
|
25687
25743
|
},
|
|
25688
|
-
{
|
|
25689
|
-
name: 'Photon Testnet',
|
|
25690
|
-
chain: 'Photon',
|
|
25691
|
-
rpc: [ 'https://rpc-test.photonchain.io' ],
|
|
25692
|
-
faucets: [ 'https://photonchain.io/airdrop' ],
|
|
25693
|
-
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
|
25694
|
-
infoURL: 'https://photonchain.io',
|
|
25695
|
-
shortName: 'pton',
|
|
25696
|
-
chainId: 54555,
|
|
25697
|
-
networkId: 54555,
|
|
25698
|
-
explorers: [
|
|
25699
|
-
{
|
|
25700
|
-
name: 'photon_testnet_explorer',
|
|
25701
|
-
url: 'https://testnet.photonchain.io',
|
|
25702
|
-
standard: 'none'
|
|
25703
|
-
}
|
|
25704
|
-
]
|
|
25705
|
-
},
|
|
25706
25744
|
{
|
|
25707
25745
|
name: 'Titan',
|
|
25708
25746
|
chain: 'ETH',
|
|
@@ -25724,6 +25762,24 @@ const chainArray = [
|
|
|
25724
25762
|
}
|
|
25725
25763
|
]
|
|
25726
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
|
+
},
|
|
25727
25783
|
{
|
|
25728
25784
|
name: 'REI Chain Mainnet',
|
|
25729
25785
|
chain: 'REI',
|
|
@@ -26522,6 +26578,28 @@ const chainArray = [
|
|
|
26522
26578
|
}
|
|
26523
26579
|
]
|
|
26524
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
|
+
},
|
|
26525
26603
|
{
|
|
26526
26604
|
name: 'Vecno Mainnet',
|
|
26527
26605
|
chain: 'VE',
|