eth-chainlist 0.0.376 → 0.0.378

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.378 (2024-04-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.377 ([ea6c23f](https://github.com/poowf/eth-chainlist/commit/ea6c23f7f689840c74a39ac838f79dca9b3abdb3))
9
+ * update chain data ([d04dfa1](https://github.com/poowf/eth-chainlist/commit/d04dfa10844b8e5f6c284f6d98c978d9bd80d4fb))
10
+
11
+ ### 0.0.377 (2024-04-13)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.376 ([4c6c5f6](https://github.com/poowf/eth-chainlist/commit/4c6c5f64cb43bfd5496af942bd58ee5122a114d4))
17
+ * update chain data ([b6c5ba1](https://github.com/poowf/eth-chainlist/commit/b6c5ba1a56bb06062f5e436f288be7ef67e582ff))
18
+
3
19
  ### 0.0.376 (2024-04-12)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -11331,6 +11331,26 @@ const chainArray = [
11331
11331
  }
11332
11332
  ]
11333
11333
  },
11334
+ {
11335
+ name: 'Catena Mainnet',
11336
+ chain: 'CMCX',
11337
+ rpc: [ 'https://rpc1.catenarpc.com' ],
11338
+ faucets: [],
11339
+ nativeCurrency: { name: 'Catena', symbol: 'CMCX', decimals: 18 },
11340
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11341
+ infoURL: 'https://catena.network',
11342
+ shortName: 'cmcx',
11343
+ chainId: 2121,
11344
+ networkId: 2121,
11345
+ icon: 'catena',
11346
+ explorers: [
11347
+ {
11348
+ name: 'catenascan',
11349
+ url: 'https://catenascan.com',
11350
+ standard: 'EIP3091'
11351
+ }
11352
+ ]
11353
+ },
11334
11354
  {
11335
11355
  name: 'Metaplayerone Mainnet',
11336
11356
  chain: 'METAD',
@@ -12780,6 +12800,25 @@ const chainArray = [
12780
12800
  }
12781
12801
  ]
12782
12802
  },
12803
+ {
12804
+ name: 'EVOLVE Mainnet',
12805
+ chain: 'EVO',
12806
+ icon: 'evolveIcon',
12807
+ rpc: [ 'https://rpc.evolveblockchain.io' ],
12808
+ faucets: [],
12809
+ nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
12810
+ infoURL: 'https://evolveblockchain.io',
12811
+ shortName: 'EVOm',
12812
+ chainId: 3424,
12813
+ networkId: 3424,
12814
+ explorers: [
12815
+ {
12816
+ name: 'Evolve Mainnet Explorer',
12817
+ url: 'https://evoexplorer.com',
12818
+ standard: 'EIP3091'
12819
+ }
12820
+ ]
12821
+ },
12783
12822
  {
12784
12823
  name: 'SecureChain Testnet',
12785
12824
  chain: 'SCAI',
@@ -21866,6 +21905,22 @@ const chainArray = [
21866
21905
  bridges: [ { url: 'https://bridge-testnet.optopia.ai' } ]
21867
21906
  }
21868
21907
  },
21908
+ {
21909
+ name: 'Optopia Mainnet',
21910
+ status: 'incubating',
21911
+ chain: 'ETH',
21912
+ rpc: [],
21913
+ faucets: [],
21914
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21915
+ features: [ { name: 'EIP1559' } ],
21916
+ infoURL: 'https://optopia.ai',
21917
+ shortName: 'Optopia',
21918
+ chainId: 62050,
21919
+ networkId: 62050,
21920
+ icon: 'optopia',
21921
+ explorers: [],
21922
+ parent: { type: 'L2', chain: 'eip155-1' }
21923
+ },
21869
21924
  {
21870
21925
  name: 'Celo Baklava Testnet',
21871
21926
  chainId: 62320,
@@ -24231,6 +24286,11 @@ const chainArray = [
24231
24286
  name: 'blockscout',
24232
24287
  url: 'https://blockscoutapi.hekla.taiko.xyz',
24233
24288
  standard: 'EIP3091'
24289
+ },
24290
+ {
24291
+ name: 'routescan',
24292
+ url: 'https://hekla.taikoscan.network',
24293
+ standard: 'EIP3091'
24234
24294
  }
24235
24295
  ]
24236
24296
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.376",
3
+ "version": "0.0.378",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {