eth-chainlist 0.0.487 → 0.0.488

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.488 (2024-09-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.487 ([4e189dc](https://github.com/poowf/eth-chainlist/commit/4e189dc301557410a59e6735dbeda660a20b95a5))
9
+ * update chain data ([f0133c3](https://github.com/poowf/eth-chainlist/commit/f0133c3d2098bc41ba65a93a9a98037c705bca02))
10
+
3
11
  ### 0.0.487 (2024-09-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13458,6 +13458,26 @@ const chainArray = [
13458
13458
  }
13459
13459
  ]
13460
13460
  },
13461
+ {
13462
+ name: 'SnaxChain',
13463
+ chain: 'ETH',
13464
+ rpc: [ 'https://mainnet.snaxchain.io' ],
13465
+ faucets: [],
13466
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13467
+ infoURL: 'https://synthetix.io',
13468
+ shortName: 'snax',
13469
+ chainId: 2192,
13470
+ networkId: 2192,
13471
+ icon: 'snax',
13472
+ explorers: [
13473
+ {
13474
+ name: 'blockscout',
13475
+ url: 'https://explorer.snaxchain.io',
13476
+ icon: 'blockscout',
13477
+ standard: 'EIP3091'
13478
+ }
13479
+ ]
13480
+ },
13461
13481
  {
13462
13482
  name: 'Moonsama Network',
13463
13483
  chain: 'MSN',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.487",
3
+ "version": "0.0.488",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {