eth-chainlist 0.0.189 → 0.0.190
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 +68 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.190 (2023-07-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.189 ([64a8a95](https://github.com/poowf/eth-chainlist/commit/64a8a9566eab0a603274834f522df2c5a18bc8e7))
|
9
|
+
* update chain data ([86a3367](https://github.com/poowf/eth-chainlist/commit/86a33675da39687631951d44f664ae4caae7423b))
|
10
|
+
|
3
11
|
### 0.0.189 (2023-07-19)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6806,10 +6806,7 @@ const chainArray = [
|
|
6806
6806
|
{
|
6807
6807
|
name: 'BEVM',
|
6808
6808
|
chain: 'ChainX',
|
6809
|
-
rpc: [
|
6810
|
-
'https://mainnet.chainx.org/rpc',
|
6811
|
-
'https://mainnet2.chainx.org/rpc'
|
6812
|
-
],
|
6809
|
+
rpc: [ 'https://rpc-1.bevm.io/', 'https://rpc-2.bevm.io/' ],
|
6813
6810
|
faucets: [],
|
6814
6811
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
6815
6812
|
infoURL: 'https://chainx.org',
|
@@ -6819,7 +6816,7 @@ const chainArray = [
|
|
6819
6816
|
explorers: [
|
6820
6817
|
{
|
6821
6818
|
name: 'bevm scan',
|
6822
|
-
url: 'https://
|
6819
|
+
url: 'https://scan.bevm.io',
|
6823
6820
|
standard: 'none'
|
6824
6821
|
}
|
6825
6822
|
]
|
@@ -7883,7 +7880,7 @@ const chainArray = [
|
|
7883
7880
|
{
|
7884
7881
|
name: 'Stratos Testnet',
|
7885
7882
|
chain: 'STOS',
|
7886
|
-
rpc: [ 'https://web3-
|
7883
|
+
rpc: [ 'https://web3-rpc-mesos.thestratos.org' ],
|
7887
7884
|
faucets: [],
|
7888
7885
|
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
7889
7886
|
infoURL: 'https://www.thestratos.org',
|
@@ -7893,12 +7890,12 @@ const chainArray = [
|
|
7893
7890
|
explorers: [
|
7894
7891
|
{
|
7895
7892
|
name: 'Stratos EVM Explorer (Blockscout)',
|
7896
|
-
url: 'https://web3-
|
7893
|
+
url: 'https://web3-explorer-mesos.thestratos.org',
|
7897
7894
|
standard: 'none'
|
7898
7895
|
},
|
7899
7896
|
{
|
7900
7897
|
name: 'Stratos Cosmos Explorer (BigDipper)',
|
7901
|
-
url: 'https://big-dipper-
|
7898
|
+
url: 'https://big-dipper-mesos.thestratos.org',
|
7902
7899
|
standard: 'none'
|
7903
7900
|
}
|
7904
7901
|
]
|
@@ -10408,6 +10405,28 @@ const chainArray = [
|
|
10408
10405
|
explorers: [],
|
10409
10406
|
status: 'incubating'
|
10410
10407
|
},
|
10408
|
+
{
|
10409
|
+
name: 'Horizen EON',
|
10410
|
+
shortName: 'EON',
|
10411
|
+
chain: 'EON',
|
10412
|
+
icon: 'eon',
|
10413
|
+
rpc: [ 'https://eon-rpc.horizenlabs.io/ethv1' ],
|
10414
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10415
|
+
faucets: [],
|
10416
|
+
nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
|
10417
|
+
infoURL: 'https://horizen.io/',
|
10418
|
+
chainId: 7332,
|
10419
|
+
networkId: 7332,
|
10420
|
+
slip44: 121,
|
10421
|
+
explorers: [
|
10422
|
+
{
|
10423
|
+
name: 'Horizen EON Block Explorer',
|
10424
|
+
url: 'https://eon-explorer.horizenlabs.io',
|
10425
|
+
icon: 'eon',
|
10426
|
+
standard: 'EIP3091'
|
10427
|
+
}
|
10428
|
+
]
|
10429
|
+
},
|
10411
10430
|
{
|
10412
10431
|
name: 'Shyft Mainnet',
|
10413
10432
|
chain: 'SHYFT',
|
@@ -11448,6 +11467,25 @@ const chainArray = [
|
|
11448
11467
|
explorers: [],
|
11449
11468
|
status: 'deprecated'
|
11450
11469
|
},
|
11470
|
+
{
|
11471
|
+
name: 'Codefin Mainnet',
|
11472
|
+
chain: 'COF',
|
11473
|
+
icon: 'codefin',
|
11474
|
+
rpc: [ 'https://chain-rpc.codefin.pro' ],
|
11475
|
+
faucets: [],
|
11476
|
+
nativeCurrency: { name: 'Codefin', symbol: 'COF', decimals: 18 },
|
11477
|
+
infoURL: 'https://network.codefin.pro',
|
11478
|
+
shortName: 'COF',
|
11479
|
+
chainId: 9223,
|
11480
|
+
networkId: 9223,
|
11481
|
+
explorers: [
|
11482
|
+
{
|
11483
|
+
name: 'Codefin Net Explorer',
|
11484
|
+
url: 'https://explorer.codefin.pro',
|
11485
|
+
standard: 'EIP3091'
|
11486
|
+
}
|
11487
|
+
]
|
11488
|
+
},
|
11451
11489
|
{
|
11452
11490
|
name: 'Dogcoin Testnet',
|
11453
11491
|
chain: 'DOGS',
|
@@ -15592,7 +15630,7 @@ const chainArray = [
|
|
15592
15630
|
]
|
15593
15631
|
},
|
15594
15632
|
{
|
15595
|
-
name: 'Taiko
|
15633
|
+
name: 'Taiko Grimsvotn L2',
|
15596
15634
|
chain: 'ETH',
|
15597
15635
|
status: 'active',
|
15598
15636
|
icon: 'taiko',
|
@@ -15600,7 +15638,7 @@ const chainArray = [
|
|
15600
15638
|
faucets: [],
|
15601
15639
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15602
15640
|
infoURL: 'https://taiko.xyz',
|
15603
|
-
shortName: 'taiko-
|
15641
|
+
shortName: 'taiko-l2',
|
15604
15642
|
chainId: 167005,
|
15605
15643
|
networkId: 167005,
|
15606
15644
|
explorers: [
|
@@ -15611,6 +15649,26 @@ const chainArray = [
|
|
15611
15649
|
}
|
15612
15650
|
]
|
15613
15651
|
},
|
15652
|
+
{
|
15653
|
+
name: 'Taiko Eldfell L3',
|
15654
|
+
chain: 'ETH',
|
15655
|
+
status: 'active',
|
15656
|
+
icon: 'taiko',
|
15657
|
+
rpc: [ 'https://rpc.l3test.taiko.xyz' ],
|
15658
|
+
faucets: [],
|
15659
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15660
|
+
infoURL: 'https://taiko.xyz',
|
15661
|
+
shortName: 'taiko-l3',
|
15662
|
+
chainId: 167006,
|
15663
|
+
networkId: 167006,
|
15664
|
+
explorers: [
|
15665
|
+
{
|
15666
|
+
name: 'blockscout',
|
15667
|
+
url: 'https://explorer.l3test.taiko.xyz',
|
15668
|
+
standard: 'EIP3091'
|
15669
|
+
}
|
15670
|
+
]
|
15671
|
+
},
|
15614
15672
|
{
|
15615
15673
|
name: 'Condor Test Network',
|
15616
15674
|
chain: 'CONDOR',
|