eth-chainlist 0.0.513 → 0.0.514

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.514 (2024-10-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.513 ([07f53e7](https://github.com/poowf/eth-chainlist/commit/07f53e779792c4a7f3a535f3b4996cb9ab21d015))
9
+ * update chain data ([d523ffa](https://github.com/poowf/eth-chainlist/commit/d523ffa73aff185f1c9f02b104f91525f38ff48b))
10
+
3
11
  ### 0.0.513 (2024-10-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -29360,7 +29360,7 @@ const chainArray = [
29360
29360
  'wss://polygon-amoy-bor-rpc.publicnode.com'
29361
29361
  ],
29362
29362
  faucets: [ 'https://faucet.polygon.technology/' ],
29363
- nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
29363
+ nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
29364
29364
  infoURL: 'https://polygon.technology/',
29365
29365
  shortName: 'polygonamoy',
29366
29366
  chainId: 80002,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.513",
3
+ "version": "0.0.514",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {