eth-chainlist 0.0.671 → 0.0.672

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.672 (2025-07-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.671 ([a4fe9eb](https://github.com/poowf/eth-chainlist/commit/a4fe9eb94e92711ee5c408e7f4a0368969c94bf7))
9
+ * update chain data ([31ea15d](https://github.com/poowf/eth-chainlist/commit/31ea15d3ae09ccce9fbc406fe947949f351be853))
10
+
3
11
  ### 0.0.671 (2025-07-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -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.672",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {