eth-chainlist 0.0.145 → 0.0.146

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.146 (2023-05-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.145 ([f50dacc](https://github.com/poowf/eth-chainlist/commit/f50dacc5a37677da3d94e8570f4b7f1086c7cb59))
9
+ * update chain data ([a5cf0a9](https://github.com/poowf/eth-chainlist/commit/a5cf0a9018d46bd97a64d7d2b9a5d79c672e41f9))
10
+
3
11
  ### 0.0.145 (2023-05-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3878,7 +3878,7 @@ const chainArray = [
3878
3878
  explorers: [
3879
3879
  {
3880
3880
  name: 'blockexplorer',
3881
- url: 'https://explorer.camino.foundation',
3881
+ url: 'https://suite.camino.network/explorer',
3882
3882
  standard: 'none'
3883
3883
  }
3884
3884
  ]
@@ -11258,7 +11258,7 @@ const chainArray = [
11258
11258
  {
11259
11259
  name: 'IRIShub Testnet',
11260
11260
  chain: 'IRIShub',
11261
- rpc: [ 'http://34.80.202.172:8545' ],
11261
+ rpc: [ 'https://evmrpc.nyancat.irisnet.org' ],
11262
11262
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11263
11263
  faucets: [],
11264
11264
  nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.145",
3
+ "version": "0.0.146",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {