eth-chainlist 0.0.776 → 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 +16 -0
- package/data/chain.js +63 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.777 (2026-05-21)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.776 ([c7300ce](https://github.com/poowf/eth-chainlist/commit/c7300ceefb8a5fc696fdc4fee39cddb171ad3126))
|
|
17
|
+
* update chain data ([fb2e014](https://github.com/poowf/eth-chainlist/commit/fb2e0141a7ac501a3d2ecff741092f25912e4bef))
|
|
18
|
+
|
|
3
19
|
### 0.0.776 (2026-05-20)
|
|
4
20
|
|
|
5
21
|
|
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',
|
|
@@ -6551,6 +6571,26 @@ const chainArray = [
|
|
|
6551
6571
|
}
|
|
6552
6572
|
]
|
|
6553
6573
|
},
|
|
6574
|
+
{
|
|
6575
|
+
name: 'LunaroChain Mainnet',
|
|
6576
|
+
chain: 'LNR',
|
|
6577
|
+
rpc: [ 'https://rpc.lunaro.network' ],
|
|
6578
|
+
faucets: [],
|
|
6579
|
+
nativeCurrency: { name: 'Lunaro', symbol: 'LNR', decimals: 18 },
|
|
6580
|
+
features: [ { name: 'EIP155' } ],
|
|
6581
|
+
infoURL: 'https://lunaro.network',
|
|
6582
|
+
shortName: 'lnr',
|
|
6583
|
+
chainId: 389,
|
|
6584
|
+
networkId: 389,
|
|
6585
|
+
icon: 'lunaro',
|
|
6586
|
+
explorers: [
|
|
6587
|
+
{
|
|
6588
|
+
name: 'LunaroScan',
|
|
6589
|
+
url: 'https://scan.lunaro.network',
|
|
6590
|
+
standard: 'EIP3091'
|
|
6591
|
+
}
|
|
6592
|
+
]
|
|
6593
|
+
},
|
|
6554
6594
|
{
|
|
6555
6595
|
name: 'CamDL Testnet',
|
|
6556
6596
|
chain: 'CADL',
|
|
@@ -33600,8 +33640,8 @@ const chainArray = [
|
|
|
33600
33640
|
rpc: [
|
|
33601
33641
|
'https://rpc_evm-mezo.imperator.co',
|
|
33602
33642
|
'wss://ws_evm-mezo.imperator.co',
|
|
33603
|
-
'https://
|
|
33604
|
-
'wss://
|
|
33643
|
+
'https://mezo-mainnet.boar.network',
|
|
33644
|
+
'wss://mezo-mainnet.boar.network',
|
|
33605
33645
|
'https://mainnet.mezo.public.validationcloud.io',
|
|
33606
33646
|
'wss://mainnet.mezo.public.validationcloud.io',
|
|
33607
33647
|
'https://rpc-internal.mezo.org',
|
|
@@ -42272,6 +42312,27 @@ const chainArray = [
|
|
|
42272
42312
|
bridges: [ { url: 'https://sepolia-op-bridge.form.network' } ]
|
|
42273
42313
|
}
|
|
42274
42314
|
},
|
|
42315
|
+
{
|
|
42316
|
+
name: 'BEXChain',
|
|
42317
|
+
chain: 'BEX',
|
|
42318
|
+
rpc: [ 'https://rpc.bexchain.com' ],
|
|
42319
|
+
faucets: [],
|
|
42320
|
+
nativeCurrency: { name: 'BEX', symbol: 'BEX', decimals: 18 },
|
|
42321
|
+
infoURL: 'https://bexchain.com',
|
|
42322
|
+
shortName: 'bexchain',
|
|
42323
|
+
chainId: 140586,
|
|
42324
|
+
networkId: 140586,
|
|
42325
|
+
slip44: 60,
|
|
42326
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
42327
|
+
explorers: [
|
|
42328
|
+
{
|
|
42329
|
+
name: 'BEXChain Scan',
|
|
42330
|
+
url: 'https://scan.bexchain.com',
|
|
42331
|
+
standard: 'EIP3091'
|
|
42332
|
+
}
|
|
42333
|
+
],
|
|
42334
|
+
icon: 'bexchain'
|
|
42335
|
+
},
|
|
42275
42336
|
{
|
|
42276
42337
|
name: 'MagApe Testnet',
|
|
42277
42338
|
title: 'MagApeChain',
|