eth-chainlist 0.0.775 → 0.0.777
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 +96 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.777 (2026-05-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.776 ([c7300ce](https://github.com/poowf/eth-chainlist/commit/c7300ceefb8a5fc696fdc4fee39cddb171ad3126))
|
|
9
|
+
* update chain data ([fb2e014](https://github.com/poowf/eth-chainlist/commit/fb2e0141a7ac501a3d2ecff741092f25912e4bef))
|
|
10
|
+
|
|
11
|
+
### 0.0.776 (2026-05-20)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.775 ([55b4d20](https://github.com/poowf/eth-chainlist/commit/55b4d20251bfce0c628a947408c5f4956866e39e))
|
|
17
|
+
* update chain data ([126099f](https://github.com/poowf/eth-chainlist/commit/126099fb1002fdff0c1cc526a1cbdb492d35920d))
|
|
18
|
+
|
|
3
19
|
### 0.0.775 (2026-05-19)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -6551,6 +6551,26 @@ const chainArray = [
|
|
|
6551
6551
|
}
|
|
6552
6552
|
]
|
|
6553
6553
|
},
|
|
6554
|
+
{
|
|
6555
|
+
name: 'LunaroChain Mainnet',
|
|
6556
|
+
chain: 'LNR',
|
|
6557
|
+
rpc: [ 'https://rpc.lunaro.network' ],
|
|
6558
|
+
faucets: [],
|
|
6559
|
+
nativeCurrency: { name: 'Lunaro', symbol: 'LNR', decimals: 18 },
|
|
6560
|
+
features: [ { name: 'EIP155' } ],
|
|
6561
|
+
infoURL: 'https://lunaro.network',
|
|
6562
|
+
shortName: 'lnr',
|
|
6563
|
+
chainId: 389,
|
|
6564
|
+
networkId: 389,
|
|
6565
|
+
icon: 'lunaro',
|
|
6566
|
+
explorers: [
|
|
6567
|
+
{
|
|
6568
|
+
name: 'LunaroScan',
|
|
6569
|
+
url: 'https://scan.lunaro.network',
|
|
6570
|
+
standard: 'EIP3091'
|
|
6571
|
+
}
|
|
6572
|
+
]
|
|
6573
|
+
},
|
|
6554
6574
|
{
|
|
6555
6575
|
name: 'CamDL Testnet',
|
|
6556
6576
|
chain: 'CADL',
|
|
@@ -11765,6 +11785,26 @@ const chainArray = [
|
|
|
11765
11785
|
],
|
|
11766
11786
|
parent: { type: 'L2', chain: 'eip155-8453' }
|
|
11767
11787
|
},
|
|
11788
|
+
{
|
|
11789
|
+
name: 'ClubMOS Testnet',
|
|
11790
|
+
chain: 'tCMX',
|
|
11791
|
+
rpc: [ 'https://rpc-testnet.mosscan.com' ],
|
|
11792
|
+
faucets: [ 'https://faucet.clubmos.com' ],
|
|
11793
|
+
nativeCurrency: { name: 'ClubMOS', symbol: 'tCMX', decimals: 18 },
|
|
11794
|
+
infoURL: 'https://www.clubmos.com',
|
|
11795
|
+
shortName: 'tCMX',
|
|
11796
|
+
chainId: 1166,
|
|
11797
|
+
networkId: 1166,
|
|
11798
|
+
icon: 'mos',
|
|
11799
|
+
explorers: [
|
|
11800
|
+
{
|
|
11801
|
+
name: 'mosscan',
|
|
11802
|
+
url: 'https://testnet.mosscan.com',
|
|
11803
|
+
icon: 'mosscan',
|
|
11804
|
+
standard: 'EIP3091'
|
|
11805
|
+
}
|
|
11806
|
+
]
|
|
11807
|
+
},
|
|
11768
11808
|
{
|
|
11769
11809
|
name: 'Origin Testnet',
|
|
11770
11810
|
chain: 'Origin',
|
|
@@ -17086,6 +17126,26 @@ const chainArray = [
|
|
|
17086
17126
|
}
|
|
17087
17127
|
]
|
|
17088
17128
|
},
|
|
17129
|
+
{
|
|
17130
|
+
name: 'ClubMOS',
|
|
17131
|
+
chain: 'CMX',
|
|
17132
|
+
rpc: [ 'https://rpc.mosscan.com' ],
|
|
17133
|
+
faucets: [ 'https://faucet.clubmos.com' ],
|
|
17134
|
+
nativeCurrency: { name: 'ClubMOS', symbol: 'CMX', decimals: 18 },
|
|
17135
|
+
infoURL: 'https://www.clubmos.com',
|
|
17136
|
+
shortName: 'CMX',
|
|
17137
|
+
chainId: 2255,
|
|
17138
|
+
networkId: 2255,
|
|
17139
|
+
icon: 'mos',
|
|
17140
|
+
explorers: [
|
|
17141
|
+
{
|
|
17142
|
+
name: 'mosscan',
|
|
17143
|
+
url: 'https://mosscan.com',
|
|
17144
|
+
icon: 'mosscan',
|
|
17145
|
+
standard: 'EIP3091'
|
|
17146
|
+
}
|
|
17147
|
+
]
|
|
17148
|
+
},
|
|
17089
17149
|
{
|
|
17090
17150
|
name: 'BOMB Chain',
|
|
17091
17151
|
chain: 'BOMB',
|
|
@@ -26175,7 +26235,8 @@ const chainArray = [
|
|
|
26175
26235
|
'https://base.gateway.tenderly.co',
|
|
26176
26236
|
'wss://base.gateway.tenderly.co',
|
|
26177
26237
|
'https://base-rpc.publicnode.com',
|
|
26178
|
-
'wss://base-rpc.publicnode.com'
|
|
26238
|
+
'wss://base-rpc.publicnode.com',
|
|
26239
|
+
'https://rpcfree.com/base-rpc'
|
|
26179
26240
|
],
|
|
26180
26241
|
faucets: [],
|
|
26181
26242
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -30715,19 +30776,24 @@ const chainArray = [
|
|
|
30715
30776
|
explorers: []
|
|
30716
30777
|
},
|
|
30717
30778
|
{
|
|
30718
|
-
name: '0G
|
|
30719
|
-
chain: '0G
|
|
30779
|
+
name: '0G Galileo Testnet',
|
|
30780
|
+
chain: '0G',
|
|
30720
30781
|
rpc: [ 'https://evmrpc-testnet.0g.ai' ],
|
|
30721
|
-
|
|
30782
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30783
|
+
faucets: [
|
|
30784
|
+
'https://faucet.0g.ai',
|
|
30785
|
+
'https://cloud.google.com/application/web3/faucet/0g/galileo'
|
|
30786
|
+
],
|
|
30722
30787
|
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
30723
30788
|
infoURL: 'https://0g.ai',
|
|
30724
|
-
shortName: '0g-testnet
|
|
30789
|
+
shortName: '0g-galileo-testnet',
|
|
30725
30790
|
chainId: 16602,
|
|
30726
30791
|
networkId: 16602,
|
|
30792
|
+
slip44: 1,
|
|
30727
30793
|
icon: '0g',
|
|
30728
30794
|
explorers: [
|
|
30729
30795
|
{
|
|
30730
|
-
name: '0G
|
|
30796
|
+
name: '0G Chainscan',
|
|
30731
30797
|
url: 'https://chainscan-galileo.0g.ai',
|
|
30732
30798
|
standard: 'EIP3091'
|
|
30733
30799
|
}
|
|
@@ -30737,6 +30803,7 @@ const chainArray = [
|
|
|
30737
30803
|
name: '0G Mainnet',
|
|
30738
30804
|
chain: '0G',
|
|
30739
30805
|
rpc: [ 'https://evmrpc.0g.ai' ],
|
|
30806
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30740
30807
|
faucets: [],
|
|
30741
30808
|
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
30742
30809
|
infoURL: 'https://0g.ai',
|
|
@@ -30746,7 +30813,7 @@ const chainArray = [
|
|
|
30746
30813
|
icon: '0g',
|
|
30747
30814
|
explorers: [
|
|
30748
30815
|
{
|
|
30749
|
-
name: '0G
|
|
30816
|
+
name: '0G Chainscan',
|
|
30750
30817
|
url: 'https://chainscan.0g.ai',
|
|
30751
30818
|
standard: 'EIP3091'
|
|
30752
30819
|
}
|
|
@@ -34663,7 +34730,8 @@ const chainArray = [
|
|
|
34663
34730
|
'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
|
|
34664
34731
|
'https://arb1.arbitrum.io/rpc',
|
|
34665
34732
|
'https://arbitrum-one-rpc.publicnode.com',
|
|
34666
|
-
'wss://arbitrum-one-rpc.publicnode.com'
|
|
34733
|
+
'wss://arbitrum-one-rpc.publicnode.com',
|
|
34734
|
+
'https://rpcfree.com/arbitrum-rpc'
|
|
34667
34735
|
],
|
|
34668
34736
|
faucets: [],
|
|
34669
34737
|
explorers: [
|
|
@@ -42224,6 +42292,26 @@ const chainArray = [
|
|
|
42224
42292
|
bridges: [ { url: 'https://sepolia-op-bridge.form.network' } ]
|
|
42225
42293
|
}
|
|
42226
42294
|
},
|
|
42295
|
+
{
|
|
42296
|
+
name: 'BEXChain',
|
|
42297
|
+
chain: 'BEX',
|
|
42298
|
+
rpc: [ 'https://rpc.bexchain.com' ],
|
|
42299
|
+
faucets: [],
|
|
42300
|
+
nativeCurrency: { name: 'BEX', symbol: 'BEX', decimals: 18 },
|
|
42301
|
+
infoURL: 'https://bexchain.com',
|
|
42302
|
+
shortName: 'bexchain',
|
|
42303
|
+
chainId: 140586,
|
|
42304
|
+
networkId: 140586,
|
|
42305
|
+
slip44: 60,
|
|
42306
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
42307
|
+
explorers: [
|
|
42308
|
+
{
|
|
42309
|
+
name: 'BEXChain Scan',
|
|
42310
|
+
url: 'https://scan.bexchain.com',
|
|
42311
|
+
standard: 'EIP3091'
|
|
42312
|
+
}
|
|
42313
|
+
]
|
|
42314
|
+
},
|
|
42227
42315
|
{
|
|
42228
42316
|
name: 'MagApe Testnet',
|
|
42229
42317
|
title: 'MagApeChain',
|