eth-chainlist 0.0.636 → 0.0.637

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.637 (2025-03-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.636 ([0359f37](https://github.com/poowf/eth-chainlist/commit/0359f376b73d00102bfa8cc84f267972208fc19a))
9
+ * update chain data ([eed469f](https://github.com/poowf/eth-chainlist/commit/eed469fb1dd0f0dad146ab137caf0ba73bce186c))
10
+
3
11
  ### 0.0.636 (2025-03-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -29219,6 +29219,24 @@ const chainArray = [
29219
29219
  }
29220
29220
  ]
29221
29221
  },
29222
+ {
29223
+ name: 'AB Core Testnet',
29224
+ chain: 'ETH',
29225
+ rpc: [ 'https://rpc.core.testnet.ab.org' ],
29226
+ faucets: [],
29227
+ nativeCurrency: { name: 'AB', symbol: 'AB', decimals: 18 },
29228
+ infoURL: 'https://ab.org',
29229
+ shortName: 'tABCore',
29230
+ chainId: 26888,
29231
+ networkId: 26888,
29232
+ explorers: [
29233
+ {
29234
+ name: 'AB Core explorer',
29235
+ url: 'https://explorer.core.testnet.ab.org',
29236
+ standard: 'EIP3091'
29237
+ }
29238
+ ]
29239
+ },
29222
29240
  {
29223
29241
  name: 'Newton Finance Testnet',
29224
29242
  chain: 'ETH',
@@ -30959,7 +30977,7 @@ const chainArray = [
30959
30977
  networkId: 43110
30960
30978
  },
30961
30979
  {
30962
- name: 'Hemi Network',
30980
+ name: 'Hemi',
30963
30981
  chain: 'ETH',
30964
30982
  rpc: [ 'https://rpc.hemi.network/rpc' ],
30965
30983
  faucets: [],
@@ -32004,7 +32022,7 @@ const chainArray = [
32004
32022
  name: 'OverProtocol Mainnet',
32005
32023
  chain: 'OverProtocol',
32006
32024
  icon: 'overIcon',
32007
- rpc: [ 'https://rpc.overprotocol.com', 'https://rpc2.overprotocol.com' ],
32025
+ rpc: [ 'https://rpc.overprotocol.com' ],
32008
32026
  faucets: [],
32009
32027
  nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
32010
32028
  infoURL: 'https://docs.over.network',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.636",
3
+ "version": "0.0.637",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {