eth-chainlist 0.0.290 → 0.0.292
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 +190 -39
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.292 (2023-11-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.291 ([b0d030b](https://github.com/poowf/eth-chainlist/commit/b0d030b078ded066a0a82d9e601b4fa49ae0fde8))
|
9
|
+
* update chain data ([9c280b4](https://github.com/poowf/eth-chainlist/commit/9c280b4e782c3ee3b53cef0cb4b5fd1569637372))
|
10
|
+
|
11
|
+
### 0.0.291 (2023-11-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.290 ([12b1c7a](https://github.com/poowf/eth-chainlist/commit/12b1c7a014b9b4b3a712759dac27bdf879a4375c))
|
17
|
+
* update chain data ([a9eb084](https://github.com/poowf/eth-chainlist/commit/a9eb084af8493cc7424795b3030314991ee86c2d))
|
18
|
+
|
3
19
|
### 0.0.290 (2023-11-24)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3854,8 +3854,8 @@ const chainArray = [
|
|
3854
3854
|
explorers: [
|
3855
3855
|
{
|
3856
3856
|
name: 'HashScan',
|
3857
|
-
url: 'https://hashscan.io/mainnet
|
3858
|
-
standard: '
|
3857
|
+
url: 'https://hashscan.io/mainnet',
|
3858
|
+
standard: 'EIP3091'
|
3859
3859
|
},
|
3860
3860
|
{
|
3861
3861
|
name: 'Arkhia Explorer',
|
@@ -3895,8 +3895,8 @@ const chainArray = [
|
|
3895
3895
|
explorers: [
|
3896
3896
|
{
|
3897
3897
|
name: 'HashScan',
|
3898
|
-
url: 'https://hashscan.io/testnet
|
3899
|
-
standard: '
|
3898
|
+
url: 'https://hashscan.io/testnet',
|
3899
|
+
standard: 'EIP3091'
|
3900
3900
|
},
|
3901
3901
|
{
|
3902
3902
|
name: 'Arkhia Explorer',
|
@@ -3936,8 +3936,8 @@ const chainArray = [
|
|
3936
3936
|
explorers: [
|
3937
3937
|
{
|
3938
3938
|
name: 'HashScan',
|
3939
|
-
url: 'https://hashscan.io/previewnet
|
3940
|
-
standard: '
|
3939
|
+
url: 'https://hashscan.io/previewnet',
|
3940
|
+
standard: 'EIP3091'
|
3941
3941
|
}
|
3942
3942
|
]
|
3943
3943
|
},
|
@@ -4628,6 +4628,25 @@ const chainArray = [
|
|
4628
4628
|
}
|
4629
4629
|
]
|
4630
4630
|
},
|
4631
|
+
{
|
4632
|
+
name: 'Geso Verse',
|
4633
|
+
chain: 'Geso Verse',
|
4634
|
+
rpc: [ 'https://rpc.verse.gesoten.com/' ],
|
4635
|
+
faucets: [],
|
4636
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
4637
|
+
infoURL: 'https://gesoten.com/',
|
4638
|
+
shortName: 'GSV',
|
4639
|
+
icon: 'gesoten',
|
4640
|
+
chainId: 428,
|
4641
|
+
networkId: 428,
|
4642
|
+
explorers: [
|
4643
|
+
{
|
4644
|
+
name: 'Geso Verse Explorer',
|
4645
|
+
url: 'https://explorer.verse.gesoten.com',
|
4646
|
+
standard: 'EIP3091'
|
4647
|
+
}
|
4648
|
+
]
|
4649
|
+
},
|
4631
4650
|
{
|
4632
4651
|
name: 'Obscuro Testnet',
|
4633
4652
|
title: 'Obscuro Sepolia Rollup Testnet',
|
@@ -4974,11 +4993,7 @@ const chainArray = [
|
|
4974
4993
|
{
|
4975
4994
|
name: 'Rollux Mainnet',
|
4976
4995
|
chain: 'SYS',
|
4977
|
-
rpc: [
|
4978
|
-
'https://rpc.rollux.com',
|
4979
|
-
'https://rollux.public-rpc.com',
|
4980
|
-
'wss://rpc.rollux.com/wss'
|
4981
|
-
],
|
4996
|
+
rpc: [ 'https://rpc.rollux.com', 'wss://rpc.rollux.com/wss' ],
|
4982
4997
|
faucets: [ 'https://rollux.id/faucetapp' ],
|
4983
4998
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
4984
4999
|
infoURL: 'https://rollux.com',
|
@@ -8090,20 +8105,23 @@ const chainArray = [
|
|
8090
8105
|
networkId: 1657
|
8091
8106
|
},
|
8092
8107
|
{
|
8093
|
-
name: '
|
8094
|
-
shortName: '
|
8095
|
-
chain: '
|
8096
|
-
icon: 'eon',
|
8108
|
+
name: 'Liquichain',
|
8109
|
+
shortName: 'Liquichain',
|
8110
|
+
chain: 'LQC',
|
8097
8111
|
rpc: [],
|
8098
|
-
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8099
8112
|
faucets: [],
|
8100
|
-
nativeCurrency: { name: '
|
8101
|
-
infoURL: 'https://
|
8113
|
+
nativeCurrency: { name: 'Licoin', symbol: 'LCN', decimals: 18 },
|
8114
|
+
infoURL: 'https://liquichain.io/',
|
8102
8115
|
chainId: 1662,
|
8103
8116
|
networkId: 1662,
|
8104
|
-
|
8105
|
-
|
8106
|
-
|
8117
|
+
explorers: [
|
8118
|
+
{
|
8119
|
+
name: 'Liquichain Mainnet',
|
8120
|
+
url: 'https://mainnet.liquichain.io',
|
8121
|
+
standard: 'EIP3091'
|
8122
|
+
}
|
8123
|
+
],
|
8124
|
+
redFlags: [ 'reusedChainId' ]
|
8107
8125
|
},
|
8108
8126
|
{
|
8109
8127
|
name: 'Horizen Gobi Testnet',
|
@@ -8919,7 +8937,7 @@ const chainArray = [
|
|
8919
8937
|
name: 'MainnetZ Mainnet',
|
8920
8938
|
chain: 'NetZ',
|
8921
8939
|
icon: 'mainnetz',
|
8922
|
-
rpc: [ 'https://mainnet-rpc.mainnetz.io' ],
|
8940
|
+
rpc: [ 'https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io' ],
|
8923
8941
|
faucets: [ 'https://faucet.mainnetz.io' ],
|
8924
8942
|
nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
|
8925
8943
|
infoURL: 'https://mainnetz.io',
|
@@ -10088,6 +10106,30 @@ const chainArray = [
|
|
10088
10106
|
bridges: [ { url: 'https://bridge-testnet.morphism.xyz' } ]
|
10089
10107
|
}
|
10090
10108
|
},
|
10109
|
+
{
|
10110
|
+
name: 'K-LAOS',
|
10111
|
+
title: 'K-LAOS: LAOS on Kusama',
|
10112
|
+
chain: 'K-LAOS',
|
10113
|
+
icon: 'k-laos',
|
10114
|
+
rpc: [
|
10115
|
+
'https://rpc.klaos.laosfoundation.io',
|
10116
|
+
'wss://rpc.klaos.laosfoundation.io'
|
10117
|
+
],
|
10118
|
+
faucets: [],
|
10119
|
+
nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
|
10120
|
+
infoURL: 'https://www.laosfoundation.io/',
|
10121
|
+
shortName: 'k-laos',
|
10122
|
+
chainId: 2718,
|
10123
|
+
networkId: 2718,
|
10124
|
+
explorers: [
|
10125
|
+
{
|
10126
|
+
name: 'blockscout',
|
10127
|
+
url: 'https://blockscout.klaos.laosfoundation.io',
|
10128
|
+
icon: 'k-laos',
|
10129
|
+
standard: 'EIP3091'
|
10130
|
+
}
|
10131
|
+
]
|
10132
|
+
},
|
10091
10133
|
{
|
10092
10134
|
name: 'Boba Network Goerli Testnet',
|
10093
10135
|
chain: 'ETH',
|
@@ -12035,6 +12077,7 @@ const chainArray = [
|
|
12035
12077
|
chain: 'DGS',
|
12036
12078
|
rpc: [ 'https://dsc-rpc.digitsoul.co.th' ],
|
12037
12079
|
faucets: [],
|
12080
|
+
icon: 'pnet',
|
12038
12081
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
12039
12082
|
infoURL: '',
|
12040
12083
|
shortName: 'DGS',
|
@@ -12600,6 +12643,25 @@ const chainArray = [
|
|
12600
12643
|
}
|
12601
12644
|
]
|
12602
12645
|
},
|
12646
|
+
{
|
12647
|
+
name: 'MaalChain Testnet',
|
12648
|
+
chain: 'MaalChain Testnet',
|
12649
|
+
icon: 'maal-test',
|
12650
|
+
rpc: [ 'https://node1.maalscan.io/', 'https://rpc-bntest.maalscan.io/' ],
|
12651
|
+
faucets: [ 'https://faucet-testnet.maalscan.io/' ],
|
12652
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
12653
|
+
infoURL: 'https://www.maalchain.com/',
|
12654
|
+
shortName: 'maal-test',
|
12655
|
+
chainId: 7860,
|
12656
|
+
networkId: 7860,
|
12657
|
+
explorers: [
|
12658
|
+
{
|
12659
|
+
name: 'maalscan testnet',
|
12660
|
+
url: 'https://testnet.maalscan.io',
|
12661
|
+
standard: 'EIP3091'
|
12662
|
+
}
|
12663
|
+
]
|
12664
|
+
},
|
12603
12665
|
{
|
12604
12666
|
name: 'Hazlor Testnet',
|
12605
12667
|
chain: 'SCAS',
|
@@ -14856,6 +14918,7 @@ const chainArray = [
|
|
14856
14918
|
},
|
14857
14919
|
{
|
14858
14920
|
name: 'Holesky',
|
14921
|
+
title: 'Ethereum Testnet Holesky',
|
14859
14922
|
chain: 'ETH',
|
14860
14923
|
rpc: [
|
14861
14924
|
'https://rpc.holesky.ethpandaops.io',
|
@@ -14894,6 +14957,26 @@ const chainArray = [
|
|
14894
14957
|
}
|
14895
14958
|
]
|
14896
14959
|
},
|
14960
|
+
{
|
14961
|
+
name: 'Redstone Holesky Testnet',
|
14962
|
+
chain: 'ETH',
|
14963
|
+
rpc: [ 'https://rpc.holesky.redstone.xyz' ],
|
14964
|
+
faucets: [],
|
14965
|
+
nativeCurrency: { name: 'Redstone Testnet Ether', symbol: 'ETH', decimals: 18 },
|
14966
|
+
infoURL: 'https://redstone.xyz/docs/network-info',
|
14967
|
+
shortName: 'redstone',
|
14968
|
+
chainId: 17001,
|
14969
|
+
networkId: 17001,
|
14970
|
+
icon: 'redstone',
|
14971
|
+
explorers: [
|
14972
|
+
{
|
14973
|
+
name: 'Redstone Holesky Explorer',
|
14974
|
+
url: 'https://explorer.holesky.redstone.xyz',
|
14975
|
+
icon: 'ethereum',
|
14976
|
+
standard: 'EIP3091'
|
14977
|
+
}
|
14978
|
+
]
|
14979
|
+
},
|
14897
14980
|
{
|
14898
14981
|
name: 'G8Chain Mainnet',
|
14899
14982
|
chain: 'G8C',
|
@@ -19329,6 +19412,7 @@ const chainArray = [
|
|
19329
19412
|
chain: 'DS2',
|
19330
19413
|
rpc: [ 'https://dgs-rpc.digitsoul.co.th' ],
|
19331
19414
|
faucets: [],
|
19415
|
+
icon: 'pnet',
|
19332
19416
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
19333
19417
|
infoURL: '',
|
19334
19418
|
shortName: 'DS2',
|
@@ -20080,11 +20164,13 @@ const chainArray = [
|
|
20080
20164
|
shortName: 'dodao',
|
20081
20165
|
chainId: 855456,
|
20082
20166
|
networkId: 855456,
|
20167
|
+
icon: 'dodao',
|
20083
20168
|
explorers: [
|
20084
20169
|
{
|
20085
20170
|
name: 'Dodao Explorer',
|
20086
20171
|
url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3041-rpc.a.dancebox.tanssi.network',
|
20087
|
-
|
20172
|
+
icon: 'dodao',
|
20173
|
+
standard: 'EIP3091'
|
20088
20174
|
}
|
20089
20175
|
]
|
20090
20176
|
},
|
@@ -20471,7 +20557,7 @@ const chainArray = [
|
|
20471
20557
|
chain: 'DPU',
|
20472
20558
|
rpc: [ 'https://sc-rpc.dpu.ac.th' ],
|
20473
20559
|
faucets: [],
|
20474
|
-
nativeCurrency: { name: '
|
20560
|
+
nativeCurrency: { name: 'DGC', symbol: 'DGC', decimals: 18 },
|
20475
20561
|
infoURL: '',
|
20476
20562
|
shortName: 'DPU',
|
20477
20563
|
chainId: 2611555,
|
@@ -21476,9 +21562,10 @@ const chainArray = [
|
|
21476
21562
|
]
|
21477
21563
|
},
|
21478
21564
|
{
|
21479
|
-
name: 'Calypso
|
21565
|
+
name: 'SKALE Calypso Hub Testnet',
|
21480
21566
|
title: 'Calypso NFT Hub Testnet',
|
21481
21567
|
chain: 'staging-utter-unripe-menkar',
|
21568
|
+
icon: 'calypso',
|
21482
21569
|
rpc: [
|
21483
21570
|
'https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'
|
21484
21571
|
],
|
@@ -21492,7 +21579,6 @@ const chainArray = [
|
|
21492
21579
|
{
|
21493
21580
|
name: 'Blockscout',
|
21494
21581
|
url: 'https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com',
|
21495
|
-
icon: 'calypso',
|
21496
21582
|
standard: 'EIP3091'
|
21497
21583
|
}
|
21498
21584
|
]
|
@@ -21517,6 +21603,28 @@ const chainArray = [
|
|
21517
21603
|
}
|
21518
21604
|
]
|
21519
21605
|
},
|
21606
|
+
{
|
21607
|
+
name: 'SKALE Europa Hub Testnet',
|
21608
|
+
title: 'Europa Hub Testnet',
|
21609
|
+
chain: 'staging-legal-crazy-castor',
|
21610
|
+
icon: 'europa',
|
21611
|
+
rpc: [
|
21612
|
+
'https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor'
|
21613
|
+
],
|
21614
|
+
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
21615
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21616
|
+
infoURL: 'https://europahub.network/',
|
21617
|
+
shortName: 'europa-testnet',
|
21618
|
+
chainId: 476158412,
|
21619
|
+
networkId: 476158412,
|
21620
|
+
explorers: [
|
21621
|
+
{
|
21622
|
+
name: 'Blockscout',
|
21623
|
+
url: 'https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com',
|
21624
|
+
standard: 'EIP3091'
|
21625
|
+
}
|
21626
|
+
]
|
21627
|
+
},
|
21520
21628
|
{
|
21521
21629
|
name: 'Gather Devnet Network',
|
21522
21630
|
chain: 'GTH',
|
@@ -21536,23 +21644,23 @@ const chainArray = [
|
|
21536
21644
|
]
|
21537
21645
|
},
|
21538
21646
|
{
|
21539
|
-
name: 'Nebula
|
21647
|
+
name: 'SKALE Nebula Hub Testnet',
|
21540
21648
|
chain: 'staging-faint-slimy-achird',
|
21649
|
+
icon: 'nebula',
|
21541
21650
|
rpc: [
|
21542
21651
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
21543
21652
|
'wss://staging-v3.skalenodes.com/v1/ws/staging-faint-slimy-achird'
|
21544
21653
|
],
|
21545
|
-
faucets: [],
|
21654
|
+
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
21546
21655
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21547
21656
|
infoURL: 'https://nebulachain.io/',
|
21548
|
-
shortName: 'nebula-
|
21657
|
+
shortName: 'nebula-testnet',
|
21549
21658
|
chainId: 503129905,
|
21550
21659
|
networkId: 503129905,
|
21551
21660
|
explorers: [
|
21552
21661
|
{
|
21553
|
-
name: '
|
21662
|
+
name: 'Blockscout',
|
21554
21663
|
url: 'https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com',
|
21555
|
-
icon: 'nebula',
|
21556
21664
|
standard: 'EIP3091'
|
21557
21665
|
}
|
21558
21666
|
]
|
@@ -21675,6 +21783,28 @@ const chainArray = [
|
|
21675
21783
|
chainId: 1313161556,
|
21676
21784
|
networkId: 1313161556
|
21677
21785
|
},
|
21786
|
+
{
|
21787
|
+
name: 'SKALE Titan Hub',
|
21788
|
+
chain: 'parallel-stormy-spica',
|
21789
|
+
icon: 'titan',
|
21790
|
+
rpc: [
|
21791
|
+
'https://mainnet.skalenodes.com/v1/parallel-stormy-spica',
|
21792
|
+
'wss://mainnet.skalenodes.com/v1/ws/parallel-stormy-spica'
|
21793
|
+
],
|
21794
|
+
faucets: [ 'https://sfuel.skale.network/' ],
|
21795
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21796
|
+
infoURL: '',
|
21797
|
+
shortName: 'titan-mainnet',
|
21798
|
+
chainId: 1350216234,
|
21799
|
+
networkId: 1350216234,
|
21800
|
+
explorers: [
|
21801
|
+
{
|
21802
|
+
name: 'Blockscout',
|
21803
|
+
url: 'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com',
|
21804
|
+
standard: 'EIP3091'
|
21805
|
+
}
|
21806
|
+
]
|
21807
|
+
},
|
21678
21808
|
{
|
21679
21809
|
name: 'Chaos (SKALE Testnet)',
|
21680
21810
|
title: 'Chaos Testnet',
|
@@ -21719,13 +21849,14 @@ const chainArray = [
|
|
21719
21849
|
]
|
21720
21850
|
},
|
21721
21851
|
{
|
21722
|
-
name: 'Nebula
|
21852
|
+
name: 'SKALE Nebula Hub',
|
21723
21853
|
chain: 'green-giddy-denebola',
|
21854
|
+
icon: 'nebula',
|
21724
21855
|
rpc: [
|
21725
21856
|
'https://mainnet.skalenodes.com/v1/green-giddy-denebola',
|
21726
21857
|
'wss://mainnet-proxy.skalenodes.com/v1/ws/green-giddy-denebola'
|
21727
21858
|
],
|
21728
|
-
faucets: [],
|
21859
|
+
faucets: [ 'https://sfuel.skale.network/' ],
|
21729
21860
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21730
21861
|
infoURL: 'https://nebulachain.io/',
|
21731
21862
|
shortName: 'nebula-mainnet',
|
@@ -21733,17 +21864,38 @@ const chainArray = [
|
|
21733
21864
|
networkId: 1482601649,
|
21734
21865
|
explorers: [
|
21735
21866
|
{
|
21736
|
-
name: '
|
21867
|
+
name: 'Blockscout',
|
21737
21868
|
url: 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com',
|
21738
|
-
icon: 'nebula',
|
21739
21869
|
standard: 'EIP3091'
|
21740
21870
|
}
|
21741
21871
|
]
|
21742
21872
|
},
|
21743
21873
|
{
|
21744
|
-
name: '
|
21745
|
-
|
21874
|
+
name: 'SKALE Titan Hub Testnet',
|
21875
|
+
chain: 'staging-aware-chief-gianfar',
|
21876
|
+
icon: 'titan',
|
21877
|
+
rpc: [
|
21878
|
+
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
21879
|
+
'wss://staging-v3.skalenodes.com/v1/ws/staging-aware-chief-gianfar'
|
21880
|
+
],
|
21881
|
+
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
21882
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21883
|
+
infoURL: '',
|
21884
|
+
shortName: 'titan-testnet',
|
21885
|
+
chainId: 1517929550,
|
21886
|
+
networkId: 1517929550,
|
21887
|
+
explorers: [
|
21888
|
+
{
|
21889
|
+
name: 'Blockscout',
|
21890
|
+
url: 'https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com',
|
21891
|
+
standard: 'EIP3091'
|
21892
|
+
}
|
21893
|
+
]
|
21894
|
+
},
|
21895
|
+
{
|
21896
|
+
name: 'SKALE Calypso Hub',
|
21746
21897
|
chain: 'honorable-steel-rasalhague',
|
21898
|
+
icon: 'calypso',
|
21747
21899
|
rpc: [ 'https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague' ],
|
21748
21900
|
faucets: [ 'https://sfuel.dirtroad.dev' ],
|
21749
21901
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
@@ -21755,7 +21907,6 @@ const chainArray = [
|
|
21755
21907
|
{
|
21756
21908
|
name: 'Blockscout',
|
21757
21909
|
url: 'https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com',
|
21758
|
-
icon: 'calypso',
|
21759
21910
|
standard: 'EIP3091'
|
21760
21911
|
}
|
21761
21912
|
]
|
@@ -21918,7 +22069,7 @@ const chainArray = [
|
|
21918
22069
|
networkId: 2021121117
|
21919
22070
|
},
|
21920
22071
|
{
|
21921
|
-
name: 'Europa
|
22072
|
+
name: 'SKALE Europa Hub',
|
21922
22073
|
chain: 'europa',
|
21923
22074
|
icon: 'europa',
|
21924
22075
|
rpc: [
|