eth-chainlist 0.0.135 → 0.0.136
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 +56 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.136 (2023-04-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.135 ([bef5f83](https://github.com/poowf/eth-chainlist/commit/bef5f8356fec7f86323ad672688027ce01992d2c))
|
9
|
+
* update chain data ([7b6e7f7](https://github.com/poowf/eth-chainlist/commit/7b6e7f77fae85618519b5c92ce81078dc4a11e14))
|
10
|
+
|
3
11
|
### 0.0.135 (2023-04-24)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -8836,6 +8836,25 @@ const chainArray = [
|
|
8836
8836
|
}
|
8837
8837
|
]
|
8838
8838
|
},
|
8839
|
+
{
|
8840
|
+
name: 'SatoshiChain Testnet',
|
8841
|
+
chain: 'SATS',
|
8842
|
+
icon: 'satoshichain',
|
8843
|
+
rpc: [ 'https://rpc.satoshichain.io' ],
|
8844
|
+
faucets: [ 'https://faucet.satoshichain.io' ],
|
8845
|
+
nativeCurrency: { name: 'SatoshiChain Coin', symbol: 'SATS', decimals: 18 },
|
8846
|
+
infoURL: 'https://satoshichain.net',
|
8847
|
+
shortName: 'sats',
|
8848
|
+
chainId: 5758,
|
8849
|
+
networkId: 5758,
|
8850
|
+
explorers: [
|
8851
|
+
{
|
8852
|
+
name: 'SatoshiChain Explorer',
|
8853
|
+
url: 'https://satoshiscan.io',
|
8854
|
+
standard: 'EIP3091'
|
8855
|
+
}
|
8856
|
+
]
|
8857
|
+
},
|
8839
8858
|
{
|
8840
8859
|
name: 'Ganache',
|
8841
8860
|
title: 'Ganache GUI Ethereum Testnet',
|
@@ -13774,6 +13793,25 @@ const chainArray = [
|
|
13774
13793
|
}
|
13775
13794
|
]
|
13776
13795
|
},
|
13796
|
+
{
|
13797
|
+
name: 'ICPlaza Mainnet',
|
13798
|
+
chain: 'ICPlaza',
|
13799
|
+
icon: 'icplaza',
|
13800
|
+
rpc: [ 'https://rpcmainnet.ic-plaza.org/' ],
|
13801
|
+
faucets: [],
|
13802
|
+
nativeCurrency: { name: 'ict', symbol: 'ict', decimals: 18 },
|
13803
|
+
infoURL: 'https://docs.ic-plaza.org/',
|
13804
|
+
shortName: 'ICPlaza',
|
13805
|
+
chainId: 142857,
|
13806
|
+
networkId: 142857,
|
13807
|
+
explorers: [
|
13808
|
+
{
|
13809
|
+
name: 'ICPlaza',
|
13810
|
+
url: 'https://browsemainnet.ic-plaza.org/index',
|
13811
|
+
standard: 'none'
|
13812
|
+
}
|
13813
|
+
]
|
13814
|
+
},
|
13777
13815
|
{
|
13778
13816
|
name: 'Taiko (Alpha-2 Testnet)',
|
13779
13817
|
chain: 'ETH',
|
@@ -15673,15 +15711,16 @@ const chainArray = [
|
|
15673
15711
|
{
|
15674
15712
|
name: 'Kanazawa',
|
15675
15713
|
title: 'Meld Testnet Kanazawa',
|
15676
|
-
chain: '
|
15714
|
+
chain: 'Kanazawa',
|
15677
15715
|
rpc: [
|
15678
15716
|
'https://rpc-kanazawa.meldlabs.dev/ext/bc/2Ci7VYrUd4fTBqGA5D2HA6UPHzQ4LQyr8rZQww9MGSv9rNkRzn/rpc'
|
15679
15717
|
],
|
15680
15718
|
faucets: [],
|
15681
15719
|
features: [],
|
15682
15720
|
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
15721
|
+
icon: 'meld',
|
15683
15722
|
infoURL: 'https://meld.com',
|
15684
|
-
shortName: '
|
15723
|
+
shortName: 'kanazawa',
|
15685
15724
|
chainId: 222000222,
|
15686
15725
|
networkId: 222000222,
|
15687
15726
|
explorers: []
|
@@ -15777,6 +15816,21 @@ const chainArray = [
|
|
15777
15816
|
}
|
15778
15817
|
]
|
15779
15818
|
},
|
15819
|
+
{
|
15820
|
+
name: 'Meld',
|
15821
|
+
title: 'Meld Mainnet',
|
15822
|
+
chain: 'MELD',
|
15823
|
+
rpc: [ 'https://network-rpc.meld.com' ],
|
15824
|
+
faucets: [],
|
15825
|
+
features: [],
|
15826
|
+
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
15827
|
+
icon: 'meld',
|
15828
|
+
infoURL: 'https://meld.com',
|
15829
|
+
shortName: 'meld',
|
15830
|
+
chainId: 333000333,
|
15831
|
+
networkId: 333000333,
|
15832
|
+
explorers: []
|
15833
|
+
},
|
15780
15834
|
{
|
15781
15835
|
name: 'Calypso NFT Hub (SKALE Testnet)',
|
15782
15836
|
title: 'Calypso NFT Hub Testnet',
|