eth-chainlist 0.0.69 → 0.0.70
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 +87 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.70 (2023-02-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.69 ([503a5c0](https://github.com/poowf/eth-chainlist/commit/503a5c0c9ff962d52e85962a673c6e9baf241c30))
|
9
|
+
* update chain data ([4e90f5f](https://github.com/poowf/eth-chainlist/commit/4e90f5fd438ded414019a13ed62f873c069ecf39))
|
10
|
+
|
3
11
|
### 0.0.69 (2023-02-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7699,6 +7699,7 @@ const chainArray = [
|
|
7699
7699
|
{
|
7700
7700
|
name: 'Shardeum Liberty 1.X',
|
7701
7701
|
chain: 'Shardeum',
|
7702
|
+
icon: 'shardeum',
|
7702
7703
|
rpc: [ 'https://liberty10.shardeum.org/' ],
|
7703
7704
|
faucets: [ 'https://faucet.liberty10.shardeum.org' ],
|
7704
7705
|
nativeCurrency: { name: 'Shardeum SHM', symbol: 'SHM', decimals: 18 },
|
@@ -7708,9 +7709,9 @@ const chainArray = [
|
|
7708
7709
|
networkId: 8080,
|
7709
7710
|
explorers: [
|
7710
7711
|
{
|
7711
|
-
name: '
|
7712
|
+
name: 'Shardeum Scan',
|
7712
7713
|
url: 'https://explorer-liberty10.shardeum.org',
|
7713
|
-
standard: '
|
7714
|
+
standard: 'none'
|
7714
7715
|
}
|
7715
7716
|
],
|
7716
7717
|
redFlags: [ 'reusedChainId' ]
|
@@ -7718,6 +7719,7 @@ const chainArray = [
|
|
7718
7719
|
{
|
7719
7720
|
name: 'Shardeum Liberty 2.X',
|
7720
7721
|
chain: 'Shardeum',
|
7722
|
+
icon: 'shardeum',
|
7721
7723
|
rpc: [ 'https://liberty20.shardeum.org/' ],
|
7722
7724
|
faucets: [ 'https://faucet.liberty20.shardeum.org' ],
|
7723
7725
|
nativeCurrency: { name: 'Shardeum SHM', symbol: 'SHM', decimals: 18 },
|
@@ -7727,9 +7729,29 @@ const chainArray = [
|
|
7727
7729
|
networkId: 8081,
|
7728
7730
|
explorers: [
|
7729
7731
|
{
|
7730
|
-
name: '
|
7732
|
+
name: 'Shardeum Scan',
|
7731
7733
|
url: 'https://explorer-liberty20.shardeum.org',
|
7732
|
-
standard: '
|
7734
|
+
standard: 'none'
|
7735
|
+
}
|
7736
|
+
],
|
7737
|
+
redFlags: [ 'reusedChainId' ]
|
7738
|
+
},
|
7739
|
+
{
|
7740
|
+
name: 'Shardeum Sphinx 1.X',
|
7741
|
+
chain: 'Shardeum',
|
7742
|
+
icon: 'shardeum',
|
7743
|
+
rpc: [ 'https://sphinx.shardeum.org/' ],
|
7744
|
+
faucets: [ 'https://faucet-sphinx.shardeum.org/' ],
|
7745
|
+
nativeCurrency: { name: 'Shardeum SHM', symbol: 'SHM', decimals: 18 },
|
7746
|
+
infoURL: 'https://docs.shardeum.org/',
|
7747
|
+
shortName: 'Sphinx10',
|
7748
|
+
chainId: 8082,
|
7749
|
+
networkId: 8082,
|
7750
|
+
explorers: [
|
7751
|
+
{
|
7752
|
+
name: 'Shardeum Scan',
|
7753
|
+
url: 'https://explorer-sphinx.shardeum.org',
|
7754
|
+
standard: 'none'
|
7733
7755
|
}
|
7734
7756
|
],
|
7735
7757
|
redFlags: [ 'reusedChainId' ]
|
@@ -10591,6 +10613,25 @@ const chainArray = [
|
|
10591
10613
|
}
|
10592
10614
|
]
|
10593
10615
|
},
|
10616
|
+
{
|
10617
|
+
name: 'Chiliz Scoville Testnet',
|
10618
|
+
chain: 'CHZ',
|
10619
|
+
rpc: [ 'https://scoville-rpc.chiliz.com' ],
|
10620
|
+
faucets: [ 'https://scoville-faucet.chiliz.com' ],
|
10621
|
+
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
10622
|
+
icon: 'chiliz',
|
10623
|
+
infoURL: 'https://www.chiliz.com/en/chain',
|
10624
|
+
shortName: 'chz',
|
10625
|
+
chainId: 88880,
|
10626
|
+
networkId: 88880,
|
10627
|
+
explorers: [
|
10628
|
+
{
|
10629
|
+
name: 'scoville-explorer',
|
10630
|
+
url: 'https://scoville-explorer.chiliz.com',
|
10631
|
+
standard: 'none'
|
10632
|
+
}
|
10633
|
+
]
|
10634
|
+
},
|
10594
10635
|
{
|
10595
10636
|
name: 'IVAR Chain Mainnet',
|
10596
10637
|
chain: 'IVAR',
|
@@ -12648,6 +12689,48 @@ const chainArray = [
|
|
12648
12689
|
networkId: 61717561,
|
12649
12690
|
slip44: 61717561
|
12650
12691
|
},
|
12692
|
+
{
|
12693
|
+
name: 'Autonity Bakerloo (Thames) Testnet',
|
12694
|
+
chain: 'AUT',
|
12695
|
+
rpc: [
|
12696
|
+
'https://rpc1.bakerloo.autonity.org/',
|
12697
|
+
'wss://rpc1.bakerloo.autonity.org/ws/'
|
12698
|
+
],
|
12699
|
+
faucets: [ 'https://faucet.autonity.org/' ],
|
12700
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
12701
|
+
infoURL: 'https://autonity.org/',
|
12702
|
+
shortName: 'bakerloo-0',
|
12703
|
+
chainId: 65010000,
|
12704
|
+
networkId: 65010000,
|
12705
|
+
explorers: [
|
12706
|
+
{
|
12707
|
+
name: 'autonity-blockscout',
|
12708
|
+
url: 'https://bakerloo.autonity.org',
|
12709
|
+
standard: 'EIP3091'
|
12710
|
+
}
|
12711
|
+
]
|
12712
|
+
},
|
12713
|
+
{
|
12714
|
+
name: 'Autonity Piccadilly (Thames) Testnet',
|
12715
|
+
chain: 'AUT',
|
12716
|
+
rpc: [
|
12717
|
+
'https://rpc1.piccadilly.autonity.org/',
|
12718
|
+
'wss://rpc1.piccadilly.autonity.org/ws/'
|
12719
|
+
],
|
12720
|
+
faucets: [ 'https://faucet.autonity.org/' ],
|
12721
|
+
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
12722
|
+
infoURL: 'https://autonity.org/',
|
12723
|
+
shortName: 'piccadilly-0',
|
12724
|
+
chainId: 65100000,
|
12725
|
+
networkId: 65100000,
|
12726
|
+
explorers: [
|
12727
|
+
{
|
12728
|
+
name: 'autonity-blockscout',
|
12729
|
+
url: 'https://piccadilly.autonity.org',
|
12730
|
+
standard: 'EIP3091'
|
12731
|
+
}
|
12732
|
+
]
|
12733
|
+
},
|
12651
12734
|
{
|
12652
12735
|
name: 'Joys Digital TestNet',
|
12653
12736
|
chain: 'TOYS',
|