eth-chainlist 0.0.671 → 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,21 @@
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
+
11
+ ### 0.0.672 (2025-07-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.671 ([a4fe9eb](https://github.com/poowf/eth-chainlist/commit/a4fe9eb94e92711ee5c408e7f4a0368969c94bf7))
17
+ * update chain data ([31ea15d](https://github.com/poowf/eth-chainlist/commit/31ea15d3ae09ccce9fbc406fe947949f351be853))
18
+
3
19
  ### 0.0.671 (2025-07-10)
4
20
 
5
21
 
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: [
@@ -20451,6 +20451,8 @@ const chainArray = [
20451
20451
  rpc: [
20452
20452
  'https://rpc1.bahamut.io',
20453
20453
  'https://rpc2.bahamut.io',
20454
+ 'https://rpc1.ftnscan.io',
20455
+ 'https://rpc2.ftnscan.io',
20454
20456
  'wss://ws1.sahara.bahamutchain.com',
20455
20457
  'wss://ws2.sahara.bahamutchain.com',
20456
20458
  'https://bahamut-rpc.publicnode.com',
@@ -20468,6 +20470,11 @@ const chainArray = [
20468
20470
  name: 'blockscout',
20469
20471
  url: 'https://ftnscan.com',
20470
20472
  standard: 'none'
20473
+ },
20474
+ {
20475
+ name: 'blockscout',
20476
+ url: 'https://ftnscan.io',
20477
+ standard: 'none'
20471
20478
  }
20472
20479
  ]
20473
20480
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.671",
3
+ "version": "0.0.673",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {