eth-chainlist 0.0.825 → 0.0.826

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.826 (2026-09-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.825 ([2808230](https://github.com/poowf/eth-chainlist/commit/28082307be2e702e969d68d436ab16e579427005))
9
+ * update chain data ([97733a2](https://github.com/poowf/eth-chainlist/commit/97733a2d9ca6cf3ff6bd68ba463af48cba2bbce7))
10
+
3
11
  ### 0.0.825 (2026-09-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -32882,12 +32882,12 @@ const chainArray = [
32882
32882
  name: 'Aglais Testnet (Quip Network)',
32883
32883
  chain: 'AGLS',
32884
32884
  icon: 'aglais',
32885
- rpc: [ 'https://evm-rpc.testnet.quip.network:20049' ],
32885
+ rpc: [ 'https://evm-rpc.aglais.quip.network:20049' ],
32886
32886
  faucets: [],
32887
32887
  explorers: [
32888
32888
  {
32889
32889
  name: 'Aglais Explorer',
32890
- url: 'https://explorer.testnet.quip.network',
32890
+ url: 'https://explorer.aglais.quip.network',
32891
32891
  standard: 'EIP3091'
32892
32892
  }
32893
32893
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.825",
3
+ "version": "0.0.826",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {