eth-chainlist 0.0.791 → 0.0.793

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.793 (2026-07-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.792 ([2705ef5](https://github.com/poowf/eth-chainlist/commit/2705ef5dfb5c481e2a7f5063d8c84c12d712e833))
9
+ * update chain data ([51448e8](https://github.com/poowf/eth-chainlist/commit/51448e83f4dade1ef6d31b402b1c4232381fd849))
10
+
11
+ ### 0.0.792 (2026-07-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.791 ([177563d](https://github.com/poowf/eth-chainlist/commit/177563db46ac3fd9366bd6b5cf2e174aeb14f6c9))
17
+ * update chain data ([f0e0f60](https://github.com/poowf/eth-chainlist/commit/f0e0f60de26e8571e581540133f1dbf6698029ec))
18
+
3
19
  ### 0.0.791 (2026-07-10)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -18667,6 +18667,26 @@ const chainArray = [
18667
18667
  }
18668
18668
  ]
18669
18669
  },
18670
+ {
18671
+ name: 'AERE Network',
18672
+ chain: 'AERE',
18673
+ icon: 'aere',
18674
+ rpc: [ 'https://rpc.aere.network', 'https://rpc2.aere.network' ],
18675
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18676
+ faucets: [],
18677
+ nativeCurrency: { name: 'AERE', symbol: 'AERE', decimals: 18 },
18678
+ infoURL: 'https://aere.network',
18679
+ shortName: 'aere',
18680
+ chainId: 2800,
18681
+ networkId: 2800,
18682
+ explorers: [
18683
+ {
18684
+ name: 'AERE Explorer',
18685
+ url: 'https://explorer.aere.network',
18686
+ standard: 'EIP3091'
18687
+ }
18688
+ ]
18689
+ },
18670
18690
  {
18671
18691
  name: 'Morph Holesky',
18672
18692
  title: 'Morph Holesky Testnet',
@@ -21643,6 +21663,35 @@ const chainArray = [
21643
21663
  bridges: [ { url: 'https://appchaintestnet.bridge.caldera.xyz' } ]
21644
21664
  }
21645
21665
  },
21666
+ {
21667
+ name: 'Robinhood Chain',
21668
+ chain: 'ETH',
21669
+ rpc: [ 'https://rpc.mainnet.chain.robinhood.com' ],
21670
+ faucets: [],
21671
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21672
+ infoURL: 'https://docs.robinhood.com/chain',
21673
+ shortName: 'robinhoodchain',
21674
+ chainId: 4663,
21675
+ networkId: 4663,
21676
+ explorers: [
21677
+ {
21678
+ name: 'blockscout',
21679
+ url: 'https://robinhoodchain.blockscout.com',
21680
+ icon: 'blockscout',
21681
+ standard: 'EIP3091'
21682
+ }
21683
+ ],
21684
+ status: 'active',
21685
+ parent: {
21686
+ type: 'L2',
21687
+ chain: 'eip155-1',
21688
+ bridges: [
21689
+ {
21690
+ url: 'https://portal.arbitrum.io/bridge?destinationChain=robinhood-chain&sourceChain=ethereum'
21691
+ }
21692
+ ]
21693
+ }
21694
+ },
21646
21695
  {
21647
21696
  name: 'IoTeX Network Mainnet',
21648
21697
  chain: 'iotex.io',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.791",
3
+ "version": "0.0.793",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {