eth-chainlist 0.0.775 → 0.0.776
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 +8 -0
- package/data/chain.js +56 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.776 (2026-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.775 ([55b4d20](https://github.com/poowf/eth-chainlist/commit/55b4d20251bfce0c628a947408c5f4956866e39e))
|
|
9
|
+
* update chain data ([126099f](https://github.com/poowf/eth-chainlist/commit/126099fb1002fdff0c1cc526a1cbdb492d35920d))
|
|
10
|
+
|
|
3
11
|
### 0.0.775 (2026-05-19)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -11765,6 +11765,26 @@ const chainArray = [
|
|
|
11765
11765
|
],
|
|
11766
11766
|
parent: { type: 'L2', chain: 'eip155-8453' }
|
|
11767
11767
|
},
|
|
11768
|
+
{
|
|
11769
|
+
name: 'ClubMOS Testnet',
|
|
11770
|
+
chain: 'tCMX',
|
|
11771
|
+
rpc: [ 'https://rpc-testnet.mosscan.com' ],
|
|
11772
|
+
faucets: [ 'https://faucet.clubmos.com' ],
|
|
11773
|
+
nativeCurrency: { name: 'ClubMOS', symbol: 'tCMX', decimals: 18 },
|
|
11774
|
+
infoURL: 'https://www.clubmos.com',
|
|
11775
|
+
shortName: 'tCMX',
|
|
11776
|
+
chainId: 1166,
|
|
11777
|
+
networkId: 1166,
|
|
11778
|
+
icon: 'mos',
|
|
11779
|
+
explorers: [
|
|
11780
|
+
{
|
|
11781
|
+
name: 'mosscan',
|
|
11782
|
+
url: 'https://testnet.mosscan.com',
|
|
11783
|
+
icon: 'mosscan',
|
|
11784
|
+
standard: 'EIP3091'
|
|
11785
|
+
}
|
|
11786
|
+
]
|
|
11787
|
+
},
|
|
11768
11788
|
{
|
|
11769
11789
|
name: 'Origin Testnet',
|
|
11770
11790
|
chain: 'Origin',
|
|
@@ -17086,6 +17106,26 @@ const chainArray = [
|
|
|
17086
17106
|
}
|
|
17087
17107
|
]
|
|
17088
17108
|
},
|
|
17109
|
+
{
|
|
17110
|
+
name: 'ClubMOS',
|
|
17111
|
+
chain: 'CMX',
|
|
17112
|
+
rpc: [ 'https://rpc.mosscan.com' ],
|
|
17113
|
+
faucets: [ 'https://faucet.clubmos.com' ],
|
|
17114
|
+
nativeCurrency: { name: 'ClubMOS', symbol: 'CMX', decimals: 18 },
|
|
17115
|
+
infoURL: 'https://www.clubmos.com',
|
|
17116
|
+
shortName: 'CMX',
|
|
17117
|
+
chainId: 2255,
|
|
17118
|
+
networkId: 2255,
|
|
17119
|
+
icon: 'mos',
|
|
17120
|
+
explorers: [
|
|
17121
|
+
{
|
|
17122
|
+
name: 'mosscan',
|
|
17123
|
+
url: 'https://mosscan.com',
|
|
17124
|
+
icon: 'mosscan',
|
|
17125
|
+
standard: 'EIP3091'
|
|
17126
|
+
}
|
|
17127
|
+
]
|
|
17128
|
+
},
|
|
17089
17129
|
{
|
|
17090
17130
|
name: 'BOMB Chain',
|
|
17091
17131
|
chain: 'BOMB',
|
|
@@ -26175,7 +26215,8 @@ const chainArray = [
|
|
|
26175
26215
|
'https://base.gateway.tenderly.co',
|
|
26176
26216
|
'wss://base.gateway.tenderly.co',
|
|
26177
26217
|
'https://base-rpc.publicnode.com',
|
|
26178
|
-
'wss://base-rpc.publicnode.com'
|
|
26218
|
+
'wss://base-rpc.publicnode.com',
|
|
26219
|
+
'https://rpcfree.com/base-rpc'
|
|
26179
26220
|
],
|
|
26180
26221
|
faucets: [],
|
|
26181
26222
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -30715,19 +30756,24 @@ const chainArray = [
|
|
|
30715
30756
|
explorers: []
|
|
30716
30757
|
},
|
|
30717
30758
|
{
|
|
30718
|
-
name: '0G
|
|
30719
|
-
chain: '0G
|
|
30759
|
+
name: '0G Galileo Testnet',
|
|
30760
|
+
chain: '0G',
|
|
30720
30761
|
rpc: [ 'https://evmrpc-testnet.0g.ai' ],
|
|
30721
|
-
|
|
30762
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30763
|
+
faucets: [
|
|
30764
|
+
'https://faucet.0g.ai',
|
|
30765
|
+
'https://cloud.google.com/application/web3/faucet/0g/galileo'
|
|
30766
|
+
],
|
|
30722
30767
|
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
30723
30768
|
infoURL: 'https://0g.ai',
|
|
30724
|
-
shortName: '0g-testnet
|
|
30769
|
+
shortName: '0g-galileo-testnet',
|
|
30725
30770
|
chainId: 16602,
|
|
30726
30771
|
networkId: 16602,
|
|
30772
|
+
slip44: 1,
|
|
30727
30773
|
icon: '0g',
|
|
30728
30774
|
explorers: [
|
|
30729
30775
|
{
|
|
30730
|
-
name: '0G
|
|
30776
|
+
name: '0G Chainscan',
|
|
30731
30777
|
url: 'https://chainscan-galileo.0g.ai',
|
|
30732
30778
|
standard: 'EIP3091'
|
|
30733
30779
|
}
|
|
@@ -30737,6 +30783,7 @@ const chainArray = [
|
|
|
30737
30783
|
name: '0G Mainnet',
|
|
30738
30784
|
chain: '0G',
|
|
30739
30785
|
rpc: [ 'https://evmrpc.0g.ai' ],
|
|
30786
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30740
30787
|
faucets: [],
|
|
30741
30788
|
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
30742
30789
|
infoURL: 'https://0g.ai',
|
|
@@ -30746,7 +30793,7 @@ const chainArray = [
|
|
|
30746
30793
|
icon: '0g',
|
|
30747
30794
|
explorers: [
|
|
30748
30795
|
{
|
|
30749
|
-
name: '0G
|
|
30796
|
+
name: '0G Chainscan',
|
|
30750
30797
|
url: 'https://chainscan.0g.ai',
|
|
30751
30798
|
standard: 'EIP3091'
|
|
30752
30799
|
}
|
|
@@ -34663,7 +34710,8 @@ const chainArray = [
|
|
|
34663
34710
|
'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
|
|
34664
34711
|
'https://arb1.arbitrum.io/rpc',
|
|
34665
34712
|
'https://arbitrum-one-rpc.publicnode.com',
|
|
34666
|
-
'wss://arbitrum-one-rpc.publicnode.com'
|
|
34713
|
+
'wss://arbitrum-one-rpc.publicnode.com',
|
|
34714
|
+
'https://rpcfree.com/arbitrum-rpc'
|
|
34667
34715
|
],
|
|
34668
34716
|
faucets: [],
|
|
34669
34717
|
explorers: [
|