eth-chainlist 0.0.672 → 0.0.673

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.673 (2025-07-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.672 ([e092b23](https://github.com/poowf/eth-chainlist/commit/e092b235cf9b38788d56ef8a7d527b8ea7040848))
9
+ * update chain data ([073ad0c](https://github.com/poowf/eth-chainlist/commit/073ad0c7140df8320b6ee00eb841a9b1224d1c1e))
10
+
3
11
  ### 0.0.672 (2025-07-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -18822,14 +18822,14 @@ const chainArray = [
18822
18822
  ]
18823
18823
  },
18824
18824
  {
18825
- name: 'GAN Testnet',
18825
+ name: 'GANchain L1',
18826
18826
  chain: 'GAN',
18827
18827
  icon: 'gpu',
18828
18828
  rpc: [ 'https://rpc.gpu.net' ],
18829
18829
  faucets: [],
18830
- nativeCurrency: { name: 'GP Token', symbol: 'GP', decimals: 18 },
18830
+ nativeCurrency: { name: 'GPUnet', symbol: 'GPU', decimals: 18 },
18831
18831
  infoURL: 'https://docs.gpu.net/',
18832
- shortName: 'GANTestnet',
18832
+ shortName: 'GANchain',
18833
18833
  chainId: 4048,
18834
18834
  networkId: 4048,
18835
18835
  explorers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.672",
3
+ "version": "0.0.673",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {