eth-chainlist 0.0.777 → 0.0.778

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.778 (2026-05-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.777 ([f536635](https://github.com/poowf/eth-chainlist/commit/f5366358583a44e0fc296f361bc3190ef212a811))
9
+ * update chain data ([b32c4c6](https://github.com/poowf/eth-chainlist/commit/b32c4c6b08f5f9c34b4dda9670db5ce75650ae66))
10
+
3
11
  ### 0.0.777 (2026-05-21)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4761,6 +4761,26 @@ const chainArray = [
4761
4761
  }
4762
4762
  ]
4763
4763
  },
4764
+ {
4765
+ name: 'AEREDIUM',
4766
+ chain: 'AER',
4767
+ rpc: [ 'https://rpc.aeredium.io' ],
4768
+ faucets: [],
4769
+ nativeCurrency: { name: 'AER', symbol: 'AER', decimals: 18 },
4770
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4771
+ infoURL: 'https://aeredium.io',
4772
+ shortName: 'aer',
4773
+ chainId: 237,
4774
+ networkId: 237,
4775
+ icon: 'aeredium',
4776
+ explorers: [
4777
+ {
4778
+ name: 'AEREDIUM Explorer',
4779
+ url: 'https://explorer.aeredium.io',
4780
+ standard: 'EIP3091'
4781
+ }
4782
+ ]
4783
+ },
4764
4784
  {
4765
4785
  name: 'Blast Mainnet',
4766
4786
  chain: 'ETH',
@@ -33620,8 +33640,8 @@ const chainArray = [
33620
33640
  rpc: [
33621
33641
  'https://rpc_evm-mezo.imperator.co',
33622
33642
  'wss://ws_evm-mezo.imperator.co',
33623
- 'https://rpc-http.mezo.boar.network',
33624
- 'wss://rpc-ws.mezo.boar.network',
33643
+ 'https://mezo-mainnet.boar.network',
33644
+ 'wss://mezo-mainnet.boar.network',
33625
33645
  'https://mainnet.mezo.public.validationcloud.io',
33626
33646
  'wss://mainnet.mezo.public.validationcloud.io',
33627
33647
  'https://rpc-internal.mezo.org',
@@ -42310,7 +42330,8 @@ const chainArray = [
42310
42330
  url: 'https://scan.bexchain.com',
42311
42331
  standard: 'EIP3091'
42312
42332
  }
42313
- ]
42333
+ ],
42334
+ icon: 'bexchain'
42314
42335
  },
42315
42336
  {
42316
42337
  name: 'MagApe Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.777",
3
+ "version": "0.0.778",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {