eth-chainlist 0.0.96 → 0.0.97

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.97 (2023-03-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.96 ([6103f43](https://github.com/poowf/eth-chainlist/commit/6103f4370f994816770e991229790eb4b9b33750))
9
+ * update chain data ([bc0ddae](https://github.com/poowf/eth-chainlist/commit/bc0ddae0e290a6c4fabd7cfecdcad3c16c3692f0))
10
+
3
11
  ### 0.0.96 (2023-03-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -416,7 +416,7 @@ const chainArray = [
416
416
  {
417
417
  name: 'Cronos Mainnet Beta',
418
418
  chain: 'CRO',
419
- rpc: [ 'https://evm.cronos.org' ],
419
+ rpc: [ 'https://evm.cronos.org', 'https://cronos-evm.publicnode.com' ],
420
420
  features: [ { name: 'EIP1559' } ],
421
421
  faucets: [],
422
422
  nativeCurrency: { name: 'Cronos', symbol: 'CRO', decimals: 18 },
@@ -8789,7 +8789,7 @@ const chainArray = [
8789
8789
  {
8790
8790
  name: 'TMY Chain',
8791
8791
  chain: 'TMY',
8792
- icon: 'ethereum',
8792
+ icon: 'tmychain',
8793
8793
  rpc: [ 'https://node1.tmyblockchain.org/rpc' ],
8794
8794
  faucets: [ 'https://faucet.tmychain.org/' ],
8795
8795
  nativeCurrency: { name: 'TMY', symbol: 'TMY', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {