eth-chainlist 0.0.189 → 0.0.191
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 +102 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.191 (2023-07-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.190 ([aa887af](https://github.com/poowf/eth-chainlist/commit/aa887afb17c5973947f1aad2c079342b169c7835))
|
9
|
+
* update chain data ([158d513](https://github.com/poowf/eth-chainlist/commit/158d513ed4c3d39987648a3c6c6c9cced886a73f))
|
10
|
+
|
11
|
+
### 0.0.190 (2023-07-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.189 ([64a8a95](https://github.com/poowf/eth-chainlist/commit/64a8a9566eab0a603274834f522df2c5a18bc8e7))
|
17
|
+
* update chain data ([86a3367](https://github.com/poowf/eth-chainlist/commit/86a33675da39687631951d44f664ae4caae7423b))
|
18
|
+
|
3
19
|
### 0.0.189 (2023-07-19)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4693,6 +4693,24 @@ const chainArray = [
|
|
4693
4693
|
}
|
4694
4694
|
]
|
4695
4695
|
},
|
4696
|
+
{
|
4697
|
+
name: 'Script Testnet',
|
4698
|
+
chain: 'SPAY',
|
4699
|
+
rpc: [ 'https://testeth-rpc-api.script.tv/rpc' ],
|
4700
|
+
faucets: [],
|
4701
|
+
nativeCurrency: { name: 'Script', symbol: 'SPAY', decimals: 18 },
|
4702
|
+
infoURL: 'https://token.script.tv',
|
4703
|
+
shortName: 'SPAY',
|
4704
|
+
chainId: 742,
|
4705
|
+
networkId: 742,
|
4706
|
+
explorers: [
|
4707
|
+
{
|
4708
|
+
name: 'Script Explorer',
|
4709
|
+
url: 'https://explorer.script.tv',
|
4710
|
+
standard: 'none'
|
4711
|
+
}
|
4712
|
+
]
|
4713
|
+
},
|
4696
4714
|
{
|
4697
4715
|
name: 'QL1',
|
4698
4716
|
chain: 'QOM',
|
@@ -6806,10 +6824,7 @@ const chainArray = [
|
|
6806
6824
|
{
|
6807
6825
|
name: 'BEVM',
|
6808
6826
|
chain: 'ChainX',
|
6809
|
-
rpc: [
|
6810
|
-
'https://mainnet.chainx.org/rpc',
|
6811
|
-
'https://mainnet2.chainx.org/rpc'
|
6812
|
-
],
|
6827
|
+
rpc: [ 'https://rpc-1.bevm.io/', 'https://rpc-2.bevm.io/' ],
|
6813
6828
|
faucets: [],
|
6814
6829
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
6815
6830
|
infoURL: 'https://chainx.org',
|
@@ -6819,7 +6834,7 @@ const chainArray = [
|
|
6819
6834
|
explorers: [
|
6820
6835
|
{
|
6821
6836
|
name: 'bevm scan',
|
6822
|
-
url: 'https://
|
6837
|
+
url: 'https://scan.bevm.io',
|
6823
6838
|
standard: 'none'
|
6824
6839
|
}
|
6825
6840
|
]
|
@@ -7016,7 +7031,14 @@ const chainArray = [
|
|
7016
7031
|
infoURL: 'https://blockchain.or.th',
|
7017
7032
|
shortName: 'TBSI',
|
7018
7033
|
chainId: 1707,
|
7019
|
-
networkId: 1707
|
7034
|
+
networkId: 1707,
|
7035
|
+
explorers: [
|
7036
|
+
{
|
7037
|
+
name: 'blockscout',
|
7038
|
+
url: 'https://exp.blockchain.or.th',
|
7039
|
+
standard: 'EIP3091'
|
7040
|
+
}
|
7041
|
+
]
|
7020
7042
|
},
|
7021
7043
|
{
|
7022
7044
|
name: 'TBSI Testnet',
|
@@ -7028,7 +7050,14 @@ const chainArray = [
|
|
7028
7050
|
infoURL: 'https://blockchain.or.th',
|
7029
7051
|
shortName: 'tTBSI',
|
7030
7052
|
chainId: 1708,
|
7031
|
-
networkId: 1708
|
7053
|
+
networkId: 1708,
|
7054
|
+
explorers: [
|
7055
|
+
{
|
7056
|
+
name: 'blockscout',
|
7057
|
+
url: 'https://exp.testnet.blockchain.or.th',
|
7058
|
+
standard: 'EIP3091'
|
7059
|
+
}
|
7060
|
+
]
|
7032
7061
|
},
|
7033
7062
|
{
|
7034
7063
|
name: 'Palette Chain Mainnet',
|
@@ -7883,7 +7912,7 @@ const chainArray = [
|
|
7883
7912
|
{
|
7884
7913
|
name: 'Stratos Testnet',
|
7885
7914
|
chain: 'STOS',
|
7886
|
-
rpc: [ 'https://web3-
|
7915
|
+
rpc: [ 'https://web3-rpc-mesos.thestratos.org' ],
|
7887
7916
|
faucets: [],
|
7888
7917
|
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
7889
7918
|
infoURL: 'https://www.thestratos.org',
|
@@ -7893,12 +7922,12 @@ const chainArray = [
|
|
7893
7922
|
explorers: [
|
7894
7923
|
{
|
7895
7924
|
name: 'Stratos EVM Explorer (Blockscout)',
|
7896
|
-
url: 'https://web3-
|
7925
|
+
url: 'https://web3-explorer-mesos.thestratos.org',
|
7897
7926
|
standard: 'none'
|
7898
7927
|
},
|
7899
7928
|
{
|
7900
7929
|
name: 'Stratos Cosmos Explorer (BigDipper)',
|
7901
|
-
url: 'https://big-dipper-
|
7930
|
+
url: 'https://big-dipper-mesos.thestratos.org',
|
7902
7931
|
standard: 'none'
|
7903
7932
|
}
|
7904
7933
|
]
|
@@ -10408,6 +10437,28 @@ const chainArray = [
|
|
10408
10437
|
explorers: [],
|
10409
10438
|
status: 'incubating'
|
10410
10439
|
},
|
10440
|
+
{
|
10441
|
+
name: 'Horizen EON',
|
10442
|
+
shortName: 'EON',
|
10443
|
+
chain: 'EON',
|
10444
|
+
icon: 'eon',
|
10445
|
+
rpc: [ 'https://eon-rpc.horizenlabs.io/ethv1' ],
|
10446
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10447
|
+
faucets: [],
|
10448
|
+
nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
|
10449
|
+
infoURL: 'https://horizen.io/',
|
10450
|
+
chainId: 7332,
|
10451
|
+
networkId: 7332,
|
10452
|
+
slip44: 121,
|
10453
|
+
explorers: [
|
10454
|
+
{
|
10455
|
+
name: 'Horizen EON Block Explorer',
|
10456
|
+
url: 'https://eon-explorer.horizenlabs.io',
|
10457
|
+
icon: 'eon',
|
10458
|
+
standard: 'EIP3091'
|
10459
|
+
}
|
10460
|
+
]
|
10461
|
+
},
|
10411
10462
|
{
|
10412
10463
|
name: 'Shyft Mainnet',
|
10413
10464
|
chain: 'SHYFT',
|
@@ -11448,6 +11499,25 @@ const chainArray = [
|
|
11448
11499
|
explorers: [],
|
11449
11500
|
status: 'deprecated'
|
11450
11501
|
},
|
11502
|
+
{
|
11503
|
+
name: 'Codefin Mainnet',
|
11504
|
+
chain: 'COF',
|
11505
|
+
icon: 'codefin',
|
11506
|
+
rpc: [ 'https://chain-rpc.codefin.pro' ],
|
11507
|
+
faucets: [],
|
11508
|
+
nativeCurrency: { name: 'Codefin', symbol: 'COF', decimals: 18 },
|
11509
|
+
infoURL: 'https://network.codefin.pro',
|
11510
|
+
shortName: 'COF',
|
11511
|
+
chainId: 9223,
|
11512
|
+
networkId: 9223,
|
11513
|
+
explorers: [
|
11514
|
+
{
|
11515
|
+
name: 'Codefin Net Explorer',
|
11516
|
+
url: 'https://explorer.codefin.pro',
|
11517
|
+
standard: 'EIP3091'
|
11518
|
+
}
|
11519
|
+
]
|
11520
|
+
},
|
11451
11521
|
{
|
11452
11522
|
name: 'Dogcoin Testnet',
|
11453
11523
|
chain: 'DOGS',
|
@@ -15592,7 +15662,7 @@ const chainArray = [
|
|
15592
15662
|
]
|
15593
15663
|
},
|
15594
15664
|
{
|
15595
|
-
name: 'Taiko
|
15665
|
+
name: 'Taiko Grimsvotn L2',
|
15596
15666
|
chain: 'ETH',
|
15597
15667
|
status: 'active',
|
15598
15668
|
icon: 'taiko',
|
@@ -15600,7 +15670,7 @@ const chainArray = [
|
|
15600
15670
|
faucets: [],
|
15601
15671
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15602
15672
|
infoURL: 'https://taiko.xyz',
|
15603
|
-
shortName: 'taiko-
|
15673
|
+
shortName: 'taiko-l2',
|
15604
15674
|
chainId: 167005,
|
15605
15675
|
networkId: 167005,
|
15606
15676
|
explorers: [
|
@@ -15611,6 +15681,26 @@ const chainArray = [
|
|
15611
15681
|
}
|
15612
15682
|
]
|
15613
15683
|
},
|
15684
|
+
{
|
15685
|
+
name: 'Taiko Eldfell L3',
|
15686
|
+
chain: 'ETH',
|
15687
|
+
status: 'active',
|
15688
|
+
icon: 'taiko',
|
15689
|
+
rpc: [ 'https://rpc.l3test.taiko.xyz' ],
|
15690
|
+
faucets: [],
|
15691
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15692
|
+
infoURL: 'https://taiko.xyz',
|
15693
|
+
shortName: 'taiko-l3',
|
15694
|
+
chainId: 167006,
|
15695
|
+
networkId: 167006,
|
15696
|
+
explorers: [
|
15697
|
+
{
|
15698
|
+
name: 'blockscout',
|
15699
|
+
url: 'https://explorer.l3test.taiko.xyz',
|
15700
|
+
standard: 'EIP3091'
|
15701
|
+
}
|
15702
|
+
]
|
15703
|
+
},
|
15614
15704
|
{
|
15615
15705
|
name: 'Condor Test Network',
|
15616
15706
|
chain: 'CONDOR',
|