eth-chainlist 0.0.670 → 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,21 @@
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
+
11
+ ### 0.0.671 (2025-07-10)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.670 ([77a54ea](https://github.com/poowf/eth-chainlist/commit/77a54ea5a4d85f8264e10d6e5fe8a4c0da8d199f))
17
+ * update chain data ([653f3e9](https://github.com/poowf/eth-chainlist/commit/653f3e9c36db07a6fbb0a9177fb875c16a514b84))
18
+
3
19
  ### 0.0.670 (2025-07-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -17864,9 +17864,10 @@ const chainArray = [
17864
17864
  chain: 'peaq',
17865
17865
  icon: 'peaq',
17866
17866
  rpc: [
17867
- 'https://peaq-rpc.publicnode.com',
17868
- 'https://peaq-rpc.dwellir.com',
17869
- 'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
17867
+ 'https://quicknode1.peaq.xyz',
17868
+ 'https://quicknode2.peaq.xyz',
17869
+ 'https://quicknode3.peaq.xyz',
17870
+ 'https://peaq-rpc.publicnode.com'
17870
17871
  ],
17871
17872
  faucets: [],
17872
17873
  nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
@@ -20450,6 +20451,8 @@ const chainArray = [
20450
20451
  rpc: [
20451
20452
  'https://rpc1.bahamut.io',
20452
20453
  'https://rpc2.bahamut.io',
20454
+ 'https://rpc1.ftnscan.io',
20455
+ 'https://rpc2.ftnscan.io',
20453
20456
  'wss://ws1.sahara.bahamutchain.com',
20454
20457
  'wss://ws2.sahara.bahamutchain.com',
20455
20458
  'https://bahamut-rpc.publicnode.com',
@@ -20467,6 +20470,11 @@ const chainArray = [
20467
20470
  name: 'blockscout',
20468
20471
  url: 'https://ftnscan.com',
20469
20472
  standard: 'none'
20473
+ },
20474
+ {
20475
+ name: 'blockscout',
20476
+ url: 'https://ftnscan.io',
20477
+ standard: 'none'
20470
20478
  }
20471
20479
  ]
20472
20480
  },
@@ -25293,9 +25301,9 @@ const chainArray = [
25293
25301
  {
25294
25302
  name: 'Plasma Testnet',
25295
25303
  chain: 'Plasma',
25296
- rpc: [ 'https://ultra-quick-paper.plasma-testnet.quiknode.pro' ],
25304
+ rpc: [ 'https://testnet-rpc.plasma.to' ],
25297
25305
  faucets: [],
25298
- nativeCurrency: { name: 'Testnet Plasma', symbol: 'tXPL', decimals: 18 },
25306
+ nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
25299
25307
  infoURL: 'https://plasma.to',
25300
25308
  shortName: 'plasma',
25301
25309
  chainId: 9746,
@@ -25303,8 +25311,8 @@ const chainArray = [
25303
25311
  icon: 'plasma',
25304
25312
  explorers: [
25305
25313
  {
25306
- name: 'Plasma Explorer',
25307
- url: 'https://plasma.gas.zip',
25314
+ name: 'RouteScan',
25315
+ url: 'https://testnet.plasmaexplorer.io',
25308
25316
  icon: 'plasma',
25309
25317
  standard: 'EIP3091'
25310
25318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.670",
3
+ "version": "0.0.672",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {