eth-chainlist 0.0.774 → 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 +16 -0
- package/data/chain.js +94 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.775 (2026-05-19)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.774 ([5a64c20](https://github.com/poowf/eth-chainlist/commit/5a64c20fa992ba482a8d1a8344e058fa65174530))
|
|
17
|
+
* update chain data ([4aac706](https://github.com/poowf/eth-chainlist/commit/4aac706202a4475abfa7d796b9025ed47bb17711))
|
|
18
|
+
|
|
3
19
|
### 0.0.774 (2026-05-18)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -10130,6 +10130,18 @@ const chainArray = [
|
|
|
10130
10130
|
}
|
|
10131
10131
|
]
|
|
10132
10132
|
},
|
|
10133
|
+
{
|
|
10134
|
+
name: 'ZIGChain',
|
|
10135
|
+
chain: 'ZIG',
|
|
10136
|
+
rpc: [],
|
|
10137
|
+
faucets: [],
|
|
10138
|
+
nativeCurrency: { name: 'ZIG', symbol: 'ZIG', decimals: 18 },
|
|
10139
|
+
infoURL: 'https://zigchain.com/',
|
|
10140
|
+
shortName: 'zigchain',
|
|
10141
|
+
chainId: 944,
|
|
10142
|
+
networkId: 944,
|
|
10143
|
+
status: 'incubating'
|
|
10144
|
+
},
|
|
10133
10145
|
{
|
|
10134
10146
|
name: 'Subtensor EVM Testnet',
|
|
10135
10147
|
chain: 'Bittensor',
|
|
@@ -11753,6 +11765,26 @@ const chainArray = [
|
|
|
11753
11765
|
],
|
|
11754
11766
|
parent: { type: 'L2', chain: 'eip155-8453' }
|
|
11755
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
|
+
},
|
|
11756
11788
|
{
|
|
11757
11789
|
name: 'Origin Testnet',
|
|
11758
11790
|
chain: 'Origin',
|
|
@@ -16367,6 +16399,18 @@ const chainArray = [
|
|
|
16367
16399
|
}
|
|
16368
16400
|
]
|
|
16369
16401
|
},
|
|
16402
|
+
{
|
|
16403
|
+
name: 'ZIGChain Testnet',
|
|
16404
|
+
chain: 'ZIG',
|
|
16405
|
+
rpc: [],
|
|
16406
|
+
faucets: [],
|
|
16407
|
+
nativeCurrency: { name: 'ZIG', symbol: 'ZIG', decimals: 18 },
|
|
16408
|
+
infoURL: 'https://zigchain.com/',
|
|
16409
|
+
shortName: 'zigchain-testnet',
|
|
16410
|
+
chainId: 2061,
|
|
16411
|
+
networkId: 2061,
|
|
16412
|
+
status: 'incubating'
|
|
16413
|
+
},
|
|
16370
16414
|
{
|
|
16371
16415
|
name: 'MFX Network',
|
|
16372
16416
|
chain: 'MFX',
|
|
@@ -17062,6 +17106,26 @@ const chainArray = [
|
|
|
17062
17106
|
}
|
|
17063
17107
|
]
|
|
17064
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
|
+
},
|
|
17065
17129
|
{
|
|
17066
17130
|
name: 'BOMB Chain',
|
|
17067
17131
|
chain: 'BOMB',
|
|
@@ -26151,7 +26215,8 @@ const chainArray = [
|
|
|
26151
26215
|
'https://base.gateway.tenderly.co',
|
|
26152
26216
|
'wss://base.gateway.tenderly.co',
|
|
26153
26217
|
'https://base-rpc.publicnode.com',
|
|
26154
|
-
'wss://base-rpc.publicnode.com'
|
|
26218
|
+
'wss://base-rpc.publicnode.com',
|
|
26219
|
+
'https://rpcfree.com/base-rpc'
|
|
26155
26220
|
],
|
|
26156
26221
|
faucets: [],
|
|
26157
26222
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -26187,19 +26252,18 @@ const chainArray = [
|
|
|
26187
26252
|
status: 'active'
|
|
26188
26253
|
},
|
|
26189
26254
|
{
|
|
26190
|
-
name: '
|
|
26191
|
-
chain: '
|
|
26192
|
-
rpc: [ 'https://rpc.myrxwallet.io' ],
|
|
26193
|
-
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
26255
|
+
name: 'MyRx Network',
|
|
26256
|
+
chain: 'MRT',
|
|
26257
|
+
rpc: [ 'https://rpc.myrxwallet.io', 'wss://rpc.myrxwallet.io' ],
|
|
26194
26258
|
faucets: [],
|
|
26195
|
-
nativeCurrency: { name: '
|
|
26259
|
+
nativeCurrency: { name: 'MyRx Token', symbol: 'MRT', decimals: 18 },
|
|
26196
26260
|
infoURL: 'https://myrxwallet.io',
|
|
26197
|
-
shortName: '
|
|
26261
|
+
shortName: 'mrt',
|
|
26198
26262
|
chainId: 8472,
|
|
26199
26263
|
networkId: 8472,
|
|
26200
26264
|
explorers: [
|
|
26201
26265
|
{
|
|
26202
|
-
name: '
|
|
26266
|
+
name: 'MyRx Explorer',
|
|
26203
26267
|
url: 'https://explorer.myrxwallet.io',
|
|
26204
26268
|
standard: 'EIP3091'
|
|
26205
26269
|
}
|
|
@@ -28001,14 +28065,20 @@ const chainArray = [
|
|
|
28001
28065
|
icon: 'jinglex',
|
|
28002
28066
|
rpc: [ 'https://rpc.jinglex.net' ],
|
|
28003
28067
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
28004
|
-
faucets: [],
|
|
28068
|
+
faucets: [ 'https://jinglex.net/faucet' ],
|
|
28005
28069
|
nativeCurrency: { name: 'JingleX', symbol: 'JNX', decimals: 18 },
|
|
28006
28070
|
infoURL: 'https://jinglex.net',
|
|
28007
28071
|
shortName: 'jnx',
|
|
28008
28072
|
chainId: 9922,
|
|
28009
28073
|
networkId: 9922,
|
|
28010
28074
|
slip44: 60,
|
|
28011
|
-
explorers: [
|
|
28075
|
+
explorers: [
|
|
28076
|
+
{
|
|
28077
|
+
name: 'JingleX Explorer',
|
|
28078
|
+
url: 'https://jinglex.net/explorer',
|
|
28079
|
+
standard: 'none'
|
|
28080
|
+
}
|
|
28081
|
+
]
|
|
28012
28082
|
},
|
|
28013
28083
|
{
|
|
28014
28084
|
name: 'UXER TESTNET NETWORK',
|
|
@@ -30686,19 +30756,24 @@ const chainArray = [
|
|
|
30686
30756
|
explorers: []
|
|
30687
30757
|
},
|
|
30688
30758
|
{
|
|
30689
|
-
name: '0G
|
|
30690
|
-
chain: '0G
|
|
30759
|
+
name: '0G Galileo Testnet',
|
|
30760
|
+
chain: '0G',
|
|
30691
30761
|
rpc: [ 'https://evmrpc-testnet.0g.ai' ],
|
|
30692
|
-
|
|
30762
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30763
|
+
faucets: [
|
|
30764
|
+
'https://faucet.0g.ai',
|
|
30765
|
+
'https://cloud.google.com/application/web3/faucet/0g/galileo'
|
|
30766
|
+
],
|
|
30693
30767
|
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
30694
30768
|
infoURL: 'https://0g.ai',
|
|
30695
|
-
shortName: '0g-testnet
|
|
30769
|
+
shortName: '0g-galileo-testnet',
|
|
30696
30770
|
chainId: 16602,
|
|
30697
30771
|
networkId: 16602,
|
|
30772
|
+
slip44: 1,
|
|
30698
30773
|
icon: '0g',
|
|
30699
30774
|
explorers: [
|
|
30700
30775
|
{
|
|
30701
|
-
name: '0G
|
|
30776
|
+
name: '0G Chainscan',
|
|
30702
30777
|
url: 'https://chainscan-galileo.0g.ai',
|
|
30703
30778
|
standard: 'EIP3091'
|
|
30704
30779
|
}
|
|
@@ -30708,6 +30783,7 @@ const chainArray = [
|
|
|
30708
30783
|
name: '0G Mainnet',
|
|
30709
30784
|
chain: '0G',
|
|
30710
30785
|
rpc: [ 'https://evmrpc.0g.ai' ],
|
|
30786
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30711
30787
|
faucets: [],
|
|
30712
30788
|
nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
|
|
30713
30789
|
infoURL: 'https://0g.ai',
|
|
@@ -30717,7 +30793,7 @@ const chainArray = [
|
|
|
30717
30793
|
icon: '0g',
|
|
30718
30794
|
explorers: [
|
|
30719
30795
|
{
|
|
30720
|
-
name: '0G
|
|
30796
|
+
name: '0G Chainscan',
|
|
30721
30797
|
url: 'https://chainscan.0g.ai',
|
|
30722
30798
|
standard: 'EIP3091'
|
|
30723
30799
|
}
|
|
@@ -34634,7 +34710,8 @@ const chainArray = [
|
|
|
34634
34710
|
'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
|
|
34635
34711
|
'https://arb1.arbitrum.io/rpc',
|
|
34636
34712
|
'https://arbitrum-one-rpc.publicnode.com',
|
|
34637
|
-
'wss://arbitrum-one-rpc.publicnode.com'
|
|
34713
|
+
'wss://arbitrum-one-rpc.publicnode.com',
|
|
34714
|
+
'https://rpcfree.com/arbitrum-rpc'
|
|
34638
34715
|
],
|
|
34639
34716
|
faucets: [],
|
|
34640
34717
|
explorers: [
|