eth-chainlist 0.0.339 → 0.0.340

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.340 (2024-02-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.339 ([0e9d391](https://github.com/poowf/eth-chainlist/commit/0e9d3915fbf696172e40d81feae712b0b2b034f3))
9
+ * update chain data ([faf27f4](https://github.com/poowf/eth-chainlist/commit/faf27f405b45291e3055d4e0405d56b0ffd75d7e))
10
+
3
11
  ### 0.0.339 (2024-02-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10966,6 +10966,31 @@ const chainArray = [
10966
10966
  }
10967
10967
  ]
10968
10968
  },
10969
+ {
10970
+ name: 'Polygon zkEVM Cardona Testnet',
10971
+ title: 'Polygon zkEVM Cardona Testnet',
10972
+ chain: 'Polygon',
10973
+ rpc: [ 'https://rpc.cardona.zkevm-rpc.com' ],
10974
+ faucets: [],
10975
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10976
+ infoURL: 'https://polygon.technology/polygon-zkevm',
10977
+ shortName: 'zkevm-testnet-cardona',
10978
+ chainId: 2442,
10979
+ networkId: 2442,
10980
+ icon: 'zkevm',
10981
+ explorers: [
10982
+ {
10983
+ name: 'polygonscan',
10984
+ url: 'https://cardona-zkevm.polygonscan.com',
10985
+ standard: 'EIP3091'
10986
+ }
10987
+ ],
10988
+ parent: {
10989
+ type: 'L2',
10990
+ chain: 'eip155-1',
10991
+ bridges: [ { url: 'https://bridge-ui.cardona.zkevm-rpc.com' } ]
10992
+ }
10993
+ },
10969
10994
  {
10970
10995
  name: 'Hybrid Chain Network Testnet',
10971
10996
  chain: 'HYBRID',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.339",
3
+ "version": "0.0.340",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {