eth-chainlist 0.0.289 → 0.0.291
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 +147 -41
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.291 (2023-11-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.290 ([12b1c7a](https://github.com/poowf/eth-chainlist/commit/12b1c7a014b9b4b3a712759dac27bdf879a4375c))
|
9
|
+
* update chain data ([a9eb084](https://github.com/poowf/eth-chainlist/commit/a9eb084af8493cc7424795b3030314991ee86c2d))
|
10
|
+
|
11
|
+
### 0.0.290 (2023-11-24)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.289 ([3b49136](https://github.com/poowf/eth-chainlist/commit/3b4913671f88d4a1cca5924dda857bc553ede2a6))
|
17
|
+
* update chain data ([e00edbb](https://github.com/poowf/eth-chainlist/commit/e00edbbd6d89464e0e789c0a9cd27a19e9b81849))
|
18
|
+
|
3
19
|
### 0.0.289 (2023-11-23)
|
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',
|
@@ -12033,8 +12051,9 @@ const chainArray = [
|
|
12033
12051
|
{
|
12034
12052
|
name: 'Digit Soul Smart Chain',
|
12035
12053
|
chain: 'DGS',
|
12036
|
-
rpc: [ '
|
12054
|
+
rpc: [ 'https://dsc-rpc.digitsoul.co.th' ],
|
12037
12055
|
faucets: [],
|
12056
|
+
icon: 'pnet',
|
12038
12057
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
12039
12058
|
infoURL: '',
|
12040
12059
|
shortName: 'DGS',
|
@@ -12600,6 +12619,25 @@ const chainArray = [
|
|
12600
12619
|
}
|
12601
12620
|
]
|
12602
12621
|
},
|
12622
|
+
{
|
12623
|
+
name: 'MaalChain Testnet',
|
12624
|
+
chain: 'MaalChain Testnet',
|
12625
|
+
icon: 'maal-test',
|
12626
|
+
rpc: [ 'https://node1.maalscan.io/', 'https://rpc-bntest.maalscan.io/' ],
|
12627
|
+
faucets: [ 'https://faucet-testnet.maalscan.io/' ],
|
12628
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
12629
|
+
infoURL: 'https://www.maalchain.com/',
|
12630
|
+
shortName: 'maal-test',
|
12631
|
+
chainId: 7860,
|
12632
|
+
networkId: 7860,
|
12633
|
+
explorers: [
|
12634
|
+
{
|
12635
|
+
name: 'maalscan testnet',
|
12636
|
+
url: 'https://testnet.maalscan.io',
|
12637
|
+
standard: 'EIP3091'
|
12638
|
+
}
|
12639
|
+
]
|
12640
|
+
},
|
12603
12641
|
{
|
12604
12642
|
name: 'Hazlor Testnet',
|
12605
12643
|
chain: 'SCAS',
|
@@ -19327,8 +19365,9 @@ const chainArray = [
|
|
19327
19365
|
{
|
19328
19366
|
name: 'Digit Soul Smart Chain 2',
|
19329
19367
|
chain: 'DS2',
|
19330
|
-
rpc: [ '
|
19368
|
+
rpc: [ 'https://dgs-rpc.digitsoul.co.th' ],
|
19331
19369
|
faucets: [],
|
19370
|
+
icon: 'pnet',
|
19332
19371
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
19333
19372
|
infoURL: '',
|
19334
19373
|
shortName: 'DS2',
|
@@ -20080,11 +20119,13 @@ const chainArray = [
|
|
20080
20119
|
shortName: 'dodao',
|
20081
20120
|
chainId: 855456,
|
20082
20121
|
networkId: 855456,
|
20122
|
+
icon: 'dodao',
|
20083
20123
|
explorers: [
|
20084
20124
|
{
|
20085
20125
|
name: 'Dodao Explorer',
|
20086
20126
|
url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3041-rpc.a.dancebox.tanssi.network',
|
20087
|
-
|
20127
|
+
icon: 'dodao',
|
20128
|
+
standard: 'EIP3091'
|
20088
20129
|
}
|
20089
20130
|
]
|
20090
20131
|
},
|
@@ -20471,7 +20512,7 @@ const chainArray = [
|
|
20471
20512
|
chain: 'DPU',
|
20472
20513
|
rpc: [ 'https://sc-rpc.dpu.ac.th' ],
|
20473
20514
|
faucets: [],
|
20474
|
-
nativeCurrency: { name: '
|
20515
|
+
nativeCurrency: { name: 'DGC', symbol: 'DGC', decimals: 18 },
|
20475
20516
|
infoURL: '',
|
20476
20517
|
shortName: 'DPU',
|
20477
20518
|
chainId: 2611555,
|
@@ -21476,9 +21517,10 @@ const chainArray = [
|
|
21476
21517
|
]
|
21477
21518
|
},
|
21478
21519
|
{
|
21479
|
-
name: 'Calypso
|
21520
|
+
name: 'SKALE Calypso Hub Testnet',
|
21480
21521
|
title: 'Calypso NFT Hub Testnet',
|
21481
21522
|
chain: 'staging-utter-unripe-menkar',
|
21523
|
+
icon: 'calypso',
|
21482
21524
|
rpc: [
|
21483
21525
|
'https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'
|
21484
21526
|
],
|
@@ -21492,7 +21534,6 @@ const chainArray = [
|
|
21492
21534
|
{
|
21493
21535
|
name: 'Blockscout',
|
21494
21536
|
url: 'https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com',
|
21495
|
-
icon: 'calypso',
|
21496
21537
|
standard: 'EIP3091'
|
21497
21538
|
}
|
21498
21539
|
]
|
@@ -21517,6 +21558,28 @@ const chainArray = [
|
|
21517
21558
|
}
|
21518
21559
|
]
|
21519
21560
|
},
|
21561
|
+
{
|
21562
|
+
name: 'SKALE Europa Hub Testnet',
|
21563
|
+
title: 'Europa Hub Testnet',
|
21564
|
+
chain: 'staging-legal-crazy-castor',
|
21565
|
+
icon: 'europa',
|
21566
|
+
rpc: [
|
21567
|
+
'https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor'
|
21568
|
+
],
|
21569
|
+
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
21570
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21571
|
+
infoURL: 'https://europahub.network/',
|
21572
|
+
shortName: 'europa-testnet',
|
21573
|
+
chainId: 476158412,
|
21574
|
+
networkId: 476158412,
|
21575
|
+
explorers: [
|
21576
|
+
{
|
21577
|
+
name: 'Blockscout',
|
21578
|
+
url: 'https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com',
|
21579
|
+
standard: 'EIP3091'
|
21580
|
+
}
|
21581
|
+
]
|
21582
|
+
},
|
21520
21583
|
{
|
21521
21584
|
name: 'Gather Devnet Network',
|
21522
21585
|
chain: 'GTH',
|
@@ -21536,23 +21599,23 @@ const chainArray = [
|
|
21536
21599
|
]
|
21537
21600
|
},
|
21538
21601
|
{
|
21539
|
-
name: 'Nebula
|
21602
|
+
name: 'SKALE Nebula Hub Testnet',
|
21540
21603
|
chain: 'staging-faint-slimy-achird',
|
21604
|
+
icon: 'nebula',
|
21541
21605
|
rpc: [
|
21542
21606
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
21543
21607
|
'wss://staging-v3.skalenodes.com/v1/ws/staging-faint-slimy-achird'
|
21544
21608
|
],
|
21545
|
-
faucets: [],
|
21609
|
+
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
21546
21610
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21547
21611
|
infoURL: 'https://nebulachain.io/',
|
21548
|
-
shortName: 'nebula-
|
21612
|
+
shortName: 'nebula-testnet',
|
21549
21613
|
chainId: 503129905,
|
21550
21614
|
networkId: 503129905,
|
21551
21615
|
explorers: [
|
21552
21616
|
{
|
21553
|
-
name: '
|
21617
|
+
name: 'Blockscout',
|
21554
21618
|
url: 'https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com',
|
21555
|
-
icon: 'nebula',
|
21556
21619
|
standard: 'EIP3091'
|
21557
21620
|
}
|
21558
21621
|
]
|
@@ -21675,6 +21738,28 @@ const chainArray = [
|
|
21675
21738
|
chainId: 1313161556,
|
21676
21739
|
networkId: 1313161556
|
21677
21740
|
},
|
21741
|
+
{
|
21742
|
+
name: 'SKALE Titan Hub',
|
21743
|
+
chain: 'parallel-stormy-spica',
|
21744
|
+
icon: 'titan',
|
21745
|
+
rpc: [
|
21746
|
+
'https://mainnet.skalenodes.com/v1/parallel-stormy-spica',
|
21747
|
+
'wss://mainnet.skalenodes.com/v1/ws/parallel-stormy-spica'
|
21748
|
+
],
|
21749
|
+
faucets: [ 'https://sfuel.skale.network/' ],
|
21750
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21751
|
+
infoURL: '',
|
21752
|
+
shortName: 'titan-mainnet',
|
21753
|
+
chainId: 1350216234,
|
21754
|
+
networkId: 1350216234,
|
21755
|
+
explorers: [
|
21756
|
+
{
|
21757
|
+
name: 'Blockscout',
|
21758
|
+
url: 'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com',
|
21759
|
+
standard: 'EIP3091'
|
21760
|
+
}
|
21761
|
+
]
|
21762
|
+
},
|
21678
21763
|
{
|
21679
21764
|
name: 'Chaos (SKALE Testnet)',
|
21680
21765
|
title: 'Chaos Testnet',
|
@@ -21719,13 +21804,14 @@ const chainArray = [
|
|
21719
21804
|
]
|
21720
21805
|
},
|
21721
21806
|
{
|
21722
|
-
name: 'Nebula
|
21807
|
+
name: 'SKALE Nebula Hub',
|
21723
21808
|
chain: 'green-giddy-denebola',
|
21809
|
+
icon: 'nebula',
|
21724
21810
|
rpc: [
|
21725
21811
|
'https://mainnet.skalenodes.com/v1/green-giddy-denebola',
|
21726
21812
|
'wss://mainnet-proxy.skalenodes.com/v1/ws/green-giddy-denebola'
|
21727
21813
|
],
|
21728
|
-
faucets: [],
|
21814
|
+
faucets: [ 'https://sfuel.skale.network/' ],
|
21729
21815
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21730
21816
|
infoURL: 'https://nebulachain.io/',
|
21731
21817
|
shortName: 'nebula-mainnet',
|
@@ -21733,17 +21819,38 @@ const chainArray = [
|
|
21733
21819
|
networkId: 1482601649,
|
21734
21820
|
explorers: [
|
21735
21821
|
{
|
21736
|
-
name: '
|
21822
|
+
name: 'Blockscout',
|
21737
21823
|
url: 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com',
|
21738
|
-
icon: 'nebula',
|
21739
21824
|
standard: 'EIP3091'
|
21740
21825
|
}
|
21741
21826
|
]
|
21742
21827
|
},
|
21743
21828
|
{
|
21744
|
-
name: '
|
21745
|
-
|
21829
|
+
name: 'SKALE Titan Hub Testnet',
|
21830
|
+
chain: 'staging-aware-chief-gianfar',
|
21831
|
+
icon: 'titan',
|
21832
|
+
rpc: [
|
21833
|
+
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
21834
|
+
'wss://staging-v3.skalenodes.com/v1/ws/staging-aware-chief-gianfar'
|
21835
|
+
],
|
21836
|
+
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
21837
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
21838
|
+
infoURL: '',
|
21839
|
+
shortName: 'titan-testnet',
|
21840
|
+
chainId: 1517929550,
|
21841
|
+
networkId: 1517929550,
|
21842
|
+
explorers: [
|
21843
|
+
{
|
21844
|
+
name: 'Blockscout',
|
21845
|
+
url: 'https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com',
|
21846
|
+
standard: 'EIP3091'
|
21847
|
+
}
|
21848
|
+
]
|
21849
|
+
},
|
21850
|
+
{
|
21851
|
+
name: 'SKALE Calypso Hub',
|
21746
21852
|
chain: 'honorable-steel-rasalhague',
|
21853
|
+
icon: 'calypso',
|
21747
21854
|
rpc: [ 'https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague' ],
|
21748
21855
|
faucets: [ 'https://sfuel.dirtroad.dev' ],
|
21749
21856
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
@@ -21755,7 +21862,6 @@ const chainArray = [
|
|
21755
21862
|
{
|
21756
21863
|
name: 'Blockscout',
|
21757
21864
|
url: 'https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com',
|
21758
|
-
icon: 'calypso',
|
21759
21865
|
standard: 'EIP3091'
|
21760
21866
|
}
|
21761
21867
|
]
|
@@ -21918,7 +22024,7 @@ const chainArray = [
|
|
21918
22024
|
networkId: 2021121117
|
21919
22025
|
},
|
21920
22026
|
{
|
21921
|
-
name: 'Europa
|
22027
|
+
name: 'SKALE Europa Hub',
|
21922
22028
|
chain: 'europa',
|
21923
22029
|
icon: 'europa',
|
21924
22030
|
rpc: [
|