eth-chainlist 0.0.150 → 0.0.151
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 +95 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.151 (2023-05-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.150 ([d717b6f](https://github.com/poowf/eth-chainlist/commit/d717b6fb060ffb7982ebd04da7da19d7e470c5df))
|
9
|
+
* update chain data ([14b38dd](https://github.com/poowf/eth-chainlist/commit/14b38dd8d4fbb5b7bd06b653b1e1c049de8587e4))
|
10
|
+
|
3
11
|
### 0.0.150 (2023-05-17)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3191,6 +3191,7 @@ const chainArray = [
|
|
3191
3191
|
{
|
3192
3192
|
name: 'LaChain',
|
3193
3193
|
chain: 'LaChain',
|
3194
|
+
icon: 'LaChain',
|
3194
3195
|
rpc: [
|
3195
3196
|
'https://rpc1.mainnet.lachain.network',
|
3196
3197
|
'https://rpc2.mainnet.lachain.network'
|
@@ -3801,11 +3802,12 @@ const chainArray = [
|
|
3801
3802
|
]
|
3802
3803
|
},
|
3803
3804
|
{
|
3804
|
-
name: '
|
3805
|
-
chain: '
|
3805
|
+
name: 'LaTestnet',
|
3806
|
+
chain: 'LaTestnet',
|
3807
|
+
icon: 'LaChain',
|
3806
3808
|
rpc: [ 'https://rpc.testnet.lachain.network' ],
|
3807
3809
|
faucets: [ 'https://faucet.lachain.network' ],
|
3808
|
-
nativeCurrency: { name: 'Test
|
3810
|
+
nativeCurrency: { name: 'Test LaCoin', symbol: 'TLA', decimals: 18 },
|
3809
3811
|
features: [ { name: 'EIP155' } ],
|
3810
3812
|
infoURL: '',
|
3811
3813
|
shortName: 'latestnet',
|
@@ -3813,7 +3815,7 @@ const chainArray = [
|
|
3813
3815
|
networkId: 418,
|
3814
3816
|
explorers: [
|
3815
3817
|
{
|
3816
|
-
name: '
|
3818
|
+
name: 'LaTestnet Explorer',
|
3817
3819
|
url: 'https://testexplorer.lachain.network',
|
3818
3820
|
standard: 'EIP3091'
|
3819
3821
|
}
|
@@ -7863,6 +7865,26 @@ const chainArray = [
|
|
7863
7865
|
explorers: [],
|
7864
7866
|
status: 'incubating'
|
7865
7867
|
},
|
7868
|
+
{
|
7869
|
+
name: 'SOMA Network Testnet',
|
7870
|
+
chain: 'SOMA',
|
7871
|
+
rpc: [ 'https://data-testnet-v1.somanetwork.io/' ],
|
7872
|
+
faucets: [ 'https://faucet.somanetwork.io' ],
|
7873
|
+
nativeCurrency: { name: 'SMA', symbol: 'tSMA', decimals: 18 },
|
7874
|
+
infoURL: 'https://somanetwork.io',
|
7875
|
+
shortName: 'sma',
|
7876
|
+
chainId: 2323,
|
7877
|
+
networkId: 2323,
|
7878
|
+
icon: 'soma',
|
7879
|
+
explorers: [
|
7880
|
+
{
|
7881
|
+
name: 'SOMA Testnet Explorer',
|
7882
|
+
icon: 'soma',
|
7883
|
+
url: 'https://testnet.somascan.io',
|
7884
|
+
standard: 'none'
|
7885
|
+
}
|
7886
|
+
]
|
7887
|
+
},
|
7866
7888
|
{
|
7867
7889
|
name: 'Altcoinchain',
|
7868
7890
|
chain: 'mainnet',
|
@@ -9930,6 +9952,18 @@ const chainArray = [
|
|
9930
9952
|
],
|
9931
9953
|
redFlags: [ 'reusedChainId' ]
|
9932
9954
|
},
|
9955
|
+
{
|
9956
|
+
name: 'BitEth',
|
9957
|
+
chain: 'BTE',
|
9958
|
+
rpc: [ 'https://rpc.biteth.org' ],
|
9959
|
+
faucets: [],
|
9960
|
+
nativeCurrency: { name: 'BitEth', symbol: 'BTE', decimals: 18 },
|
9961
|
+
infoURL: 'https://biteth.org',
|
9962
|
+
shortName: 'BitEth',
|
9963
|
+
chainId: 8086,
|
9964
|
+
networkId: 8086,
|
9965
|
+
explorers: []
|
9966
|
+
},
|
9933
9967
|
{
|
9934
9968
|
name: 'StreamuX Blockchain',
|
9935
9969
|
chain: 'StreamuX',
|
@@ -11431,6 +11465,25 @@ const chainArray = [
|
|
11431
11465
|
chainId: 16001,
|
11432
11466
|
networkId: 16001
|
11433
11467
|
},
|
11468
|
+
{
|
11469
|
+
name: 'Genesys Mainnet',
|
11470
|
+
chain: 'Genesys',
|
11471
|
+
icon: 'genesys',
|
11472
|
+
rpc: [ 'https://rpc.genesys.network' ],
|
11473
|
+
faucets: [],
|
11474
|
+
nativeCurrency: { name: 'Genesys', symbol: 'GSYS', decimals: 18 },
|
11475
|
+
infoURL: 'https://www.genesys.network/',
|
11476
|
+
shortName: 'Genesys',
|
11477
|
+
chainId: 16507,
|
11478
|
+
networkId: 16507,
|
11479
|
+
explorers: [
|
11480
|
+
{
|
11481
|
+
name: 'GchainExplorer',
|
11482
|
+
url: 'https://gchainexplorer.genesys.network',
|
11483
|
+
standard: 'EIP3091'
|
11484
|
+
}
|
11485
|
+
]
|
11486
|
+
},
|
11434
11487
|
{
|
11435
11488
|
name: 'IRIShub Testnet',
|
11436
11489
|
chain: 'IRIShub',
|
@@ -12704,6 +12757,30 @@ const chainArray = [
|
|
12704
12757
|
],
|
12705
12758
|
parent: { type: 'L2', chain: 'eip155-3' }
|
12706
12759
|
},
|
12760
|
+
{
|
12761
|
+
name: 'Opside Testnet Pre-Alpha',
|
12762
|
+
chain: 'ETH',
|
12763
|
+
rpc: [
|
12764
|
+
'https://pre-alpha-us-http-geth.opside.network',
|
12765
|
+
'https://pre-alpha-hk-http-geth.opside.network'
|
12766
|
+
],
|
12767
|
+
faucets: [],
|
12768
|
+
nativeCurrency: { name: 'IDE Test Token', symbol: 'IDE', decimals: 18 },
|
12769
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
12770
|
+
infoURL: 'https://opsi.de/',
|
12771
|
+
shortName: 'Opside-Testnet',
|
12772
|
+
chainId: 51178,
|
12773
|
+
networkId: 51178,
|
12774
|
+
icon: 'opside-new',
|
12775
|
+
explorers: [
|
12776
|
+
{
|
12777
|
+
name: 'OpsideTestnetInfo',
|
12778
|
+
url: 'https://pre-alpha.opside.info',
|
12779
|
+
icon: 'opside-new',
|
12780
|
+
standard: 'EIP3091'
|
12781
|
+
}
|
12782
|
+
]
|
12783
|
+
},
|
12707
12784
|
{
|
12708
12785
|
name: 'Sardis Mainnet',
|
12709
12786
|
chain: 'SRDX',
|
@@ -15585,6 +15662,20 @@ const chainArray = [
|
|
15585
15662
|
slip44: 1,
|
15586
15663
|
explorers: []
|
15587
15664
|
},
|
15665
|
+
{
|
15666
|
+
name: 'Worlds Caldera',
|
15667
|
+
chain: 'WCal',
|
15668
|
+
rpc: [ 'https://worlds-test.calderachain.xyz/http' ],
|
15669
|
+
faucets: [],
|
15670
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15671
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
15672
|
+
infoURL: 'https://caldera.xyz/',
|
15673
|
+
shortName: 'worldscal',
|
15674
|
+
chainId: 4281033,
|
15675
|
+
networkId: 4281033,
|
15676
|
+
icon: 'ethereum',
|
15677
|
+
explorers: []
|
15678
|
+
},
|
15588
15679
|
{
|
15589
15680
|
name: 'MXC Wannsee zkEVM Testnet',
|
15590
15681
|
chain: 'MXC zkEVM',
|