eth-chainlist 0.0.293 → 0.0.294
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 +41 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.294 (2023-12-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.293 ([74e0486](https://github.com/poowf/eth-chainlist/commit/74e04866ebda29aaa7083a2b79083c56bccb06b6))
|
9
|
+
* update chain data ([b9ad1ca](https://github.com/poowf/eth-chainlist/commit/b9ad1ca88c9100bed0ca0e56d7cd53e459d58f7d))
|
10
|
+
|
3
11
|
### 0.0.293 (2023-12-01)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13094,7 +13094,7 @@ const chainArray = [
|
|
13094
13094
|
explorers: [
|
13095
13095
|
{
|
13096
13096
|
name: 'blockscout',
|
13097
|
-
url: 'https://testnet.
|
13097
|
+
url: 'https://testnet.toruscan.com',
|
13098
13098
|
icon: 'blockscout',
|
13099
13099
|
standard: 'EIP3091'
|
13100
13100
|
}
|
@@ -14786,6 +14786,26 @@ const chainArray = [
|
|
14786
14786
|
}
|
14787
14787
|
]
|
14788
14788
|
},
|
14789
|
+
{
|
14790
|
+
name: 'Immutable zkEVM Testnet',
|
14791
|
+
chain: 'Immutable zkEVM',
|
14792
|
+
rpc: [ 'https://rpc.testnet.immutable.com' ],
|
14793
|
+
faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
|
14794
|
+
nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
|
14795
|
+
infoURL: 'https://www.immutable.com',
|
14796
|
+
shortName: 'imx-testnet',
|
14797
|
+
chainId: 13473,
|
14798
|
+
networkId: 13473,
|
14799
|
+
icon: 'immutable',
|
14800
|
+
explorers: [
|
14801
|
+
{
|
14802
|
+
name: 'Immutable Testnet explorer',
|
14803
|
+
url: 'https://explorer.testnet.immutable.com',
|
14804
|
+
standard: 'EIP3091',
|
14805
|
+
icon: 'immutable'
|
14806
|
+
}
|
14807
|
+
]
|
14808
|
+
},
|
14789
14809
|
{
|
14790
14810
|
name: 'Susono',
|
14791
14811
|
chain: 'SUS',
|
@@ -14836,6 +14856,26 @@ const chainArray = [
|
|
14836
14856
|
networkId: 14853,
|
14837
14857
|
explorers: []
|
14838
14858
|
},
|
14859
|
+
{
|
14860
|
+
name: 'Immutable zkEVM Devnet',
|
14861
|
+
chain: 'Immutable zkEVM',
|
14862
|
+
rpc: [ 'https://rpc.dev.immutable.com' ],
|
14863
|
+
faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
|
14864
|
+
nativeCurrency: { name: 'Dev IMX', symbol: 'dIMX', decimals: 18 },
|
14865
|
+
infoURL: 'https://www.immutable.com',
|
14866
|
+
shortName: 'imx-devnet',
|
14867
|
+
chainId: 15003,
|
14868
|
+
networkId: 15003,
|
14869
|
+
icon: 'immutable',
|
14870
|
+
explorers: [
|
14871
|
+
{
|
14872
|
+
name: 'Immutable Devnet explorer',
|
14873
|
+
url: 'https://explorer.dev.immutable.com',
|
14874
|
+
standard: 'EIP3091',
|
14875
|
+
icon: 'immutable'
|
14876
|
+
}
|
14877
|
+
]
|
14878
|
+
},
|
14839
14879
|
{
|
14840
14880
|
name: 'LoopNetwork Mainnet',
|
14841
14881
|
chain: 'LoopNetwork',
|