eth-chainlist 0.0.772 → 0.0.774
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 +91 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.774 (2026-05-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.773 ([0f11eb7](https://github.com/poowf/eth-chainlist/commit/0f11eb7c4fe2f6bd276bf061a4a620ebdcc3ba12))
|
|
9
|
+
* update chain data ([0f1e342](https://github.com/poowf/eth-chainlist/commit/0f1e3420f055d49d12b9beef5a89de7658d581f1))
|
|
10
|
+
|
|
11
|
+
### 0.0.773 (2026-05-17)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.772 ([4a45e18](https://github.com/poowf/eth-chainlist/commit/4a45e18c49cf358572f7d72fea6bfe5ae48e0745))
|
|
17
|
+
* update chain data ([352f5c5](https://github.com/poowf/eth-chainlist/commit/352f5c51d5e59ff5759f255fa3dacd225d754a0f))
|
|
18
|
+
|
|
3
19
|
### 0.0.772 (2026-05-16)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -12226,6 +12226,19 @@ const chainArray = [
|
|
|
12226
12226
|
}
|
|
12227
12227
|
]
|
|
12228
12228
|
},
|
|
12229
|
+
{
|
|
12230
|
+
name: 'BrainArk',
|
|
12231
|
+
chain: 'BAK',
|
|
12232
|
+
icon: 'brainark',
|
|
12233
|
+
rpc: [ 'https://rpc.brainark.online' ],
|
|
12234
|
+
faucets: [],
|
|
12235
|
+
nativeCurrency: { name: 'BrainArk', symbol: 'BAK', decimals: 18 },
|
|
12236
|
+
infoURL: 'https://brainark.online',
|
|
12237
|
+
shortName: 'bak',
|
|
12238
|
+
chainId: 1236,
|
|
12239
|
+
networkId: 1236,
|
|
12240
|
+
explorers: []
|
|
12241
|
+
},
|
|
12229
12242
|
{
|
|
12230
12243
|
name: 'ARC Mainnet',
|
|
12231
12244
|
chain: 'ARC',
|
|
@@ -18445,6 +18458,24 @@ const chainArray = [
|
|
|
18445
18458
|
bridges: [ { url: 'https://bridge.morphl2.io/' } ]
|
|
18446
18459
|
}
|
|
18447
18460
|
},
|
|
18461
|
+
{
|
|
18462
|
+
name: 'Candy Chain',
|
|
18463
|
+
chain: 'CANDY',
|
|
18464
|
+
rpc: [ 'https://publicrpc.candychain.io' ],
|
|
18465
|
+
faucets: [],
|
|
18466
|
+
nativeCurrency: { name: 'CANDY', symbol: 'CANDY', decimals: 18 },
|
|
18467
|
+
infoURL: 'https://candychain.io',
|
|
18468
|
+
shortName: 'candy',
|
|
18469
|
+
chainId: 2828,
|
|
18470
|
+
networkId: 2828,
|
|
18471
|
+
explorers: [
|
|
18472
|
+
{
|
|
18473
|
+
name: 'Candy Chain Explorer',
|
|
18474
|
+
url: 'https://explorer.candychain.io',
|
|
18475
|
+
standard: 'EIP3091'
|
|
18476
|
+
}
|
|
18477
|
+
]
|
|
18478
|
+
},
|
|
18448
18479
|
{
|
|
18449
18480
|
name: 'HyperAGI Mainnet',
|
|
18450
18481
|
chain: 'HyperAGI',
|
|
@@ -18908,6 +18939,24 @@ const chainArray = [
|
|
|
18908
18939
|
slip44: 1,
|
|
18909
18940
|
explorers: []
|
|
18910
18941
|
},
|
|
18942
|
+
{
|
|
18943
|
+
name: 'XO Market',
|
|
18944
|
+
chain: 'XO',
|
|
18945
|
+
rpc: [ 'https://rpc-mainnet-2.xo.market/' ],
|
|
18946
|
+
faucets: [],
|
|
18947
|
+
nativeCurrency: { name: 'XO', symbol: 'XO', decimals: 18 },
|
|
18948
|
+
infoURL: 'https://xo.market',
|
|
18949
|
+
shortName: 'xo',
|
|
18950
|
+
chainId: 3223,
|
|
18951
|
+
networkId: 3223,
|
|
18952
|
+
explorers: [
|
|
18953
|
+
{
|
|
18954
|
+
name: 'XO Market Explorer',
|
|
18955
|
+
url: 'https://explorer-mainnet.xo.market',
|
|
18956
|
+
standard: 'EIP3091'
|
|
18957
|
+
}
|
|
18958
|
+
]
|
|
18959
|
+
},
|
|
18911
18960
|
{
|
|
18912
18961
|
name: 'C9XChain',
|
|
18913
18962
|
chain: 'C9XChain',
|
|
@@ -26138,18 +26187,19 @@ const chainArray = [
|
|
|
26138
26187
|
status: 'active'
|
|
26139
26188
|
},
|
|
26140
26189
|
{
|
|
26141
|
-
name: '
|
|
26190
|
+
name: 'MyrxWallet Network',
|
|
26142
26191
|
chain: 'MYRX',
|
|
26143
26192
|
rpc: [ 'https://rpc.myrxwallet.io' ],
|
|
26193
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
26144
26194
|
faucets: [],
|
|
26145
|
-
nativeCurrency: { name: '
|
|
26195
|
+
nativeCurrency: { name: 'MRT', symbol: 'MRT', decimals: 18 },
|
|
26146
26196
|
infoURL: 'https://myrxwallet.io',
|
|
26147
26197
|
shortName: 'myrx',
|
|
26148
26198
|
chainId: 8472,
|
|
26149
26199
|
networkId: 8472,
|
|
26150
26200
|
explorers: [
|
|
26151
26201
|
{
|
|
26152
|
-
name: '
|
|
26202
|
+
name: 'MyrxWallet Explorer',
|
|
26153
26203
|
url: 'https://explorer.myrxwallet.io',
|
|
26154
26204
|
standard: 'EIP3091'
|
|
26155
26205
|
}
|
|
@@ -26250,6 +26300,7 @@ const chainArray = [
|
|
|
26250
26300
|
{
|
|
26251
26301
|
name: 'EB-Chain',
|
|
26252
26302
|
chain: 'EBC',
|
|
26303
|
+
icon: 'ebc',
|
|
26253
26304
|
rpc: [ 'https://rpc.ebcscan.net' ],
|
|
26254
26305
|
faucets: [ 'https://ebcscan.net/faucet' ],
|
|
26255
26306
|
nativeCurrency: { name: 'EBC', symbol: 'EBC', decimals: 18 },
|
|
@@ -31685,6 +31736,27 @@ const chainArray = [
|
|
|
31685
31736
|
slip44: 1,
|
|
31686
31737
|
explorers: []
|
|
31687
31738
|
},
|
|
31739
|
+
{
|
|
31740
|
+
name: 'MACos Chain',
|
|
31741
|
+
chain: 'MACOS',
|
|
31742
|
+
icon: 'macos',
|
|
31743
|
+
rpc: [ 'https://rpc1.codeupp.xyz' ],
|
|
31744
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
31745
|
+
faucets: [],
|
|
31746
|
+
nativeCurrency: { name: 'MACos Coin', symbol: 'MCOS', decimals: 18 },
|
|
31747
|
+
infoURL: 'https://macosscan.codeupp.xyz',
|
|
31748
|
+
shortName: 'macos',
|
|
31749
|
+
chainId: 20261,
|
|
31750
|
+
networkId: 20261,
|
|
31751
|
+
explorers: [
|
|
31752
|
+
{
|
|
31753
|
+
name: 'MACos Explorer',
|
|
31754
|
+
url: 'https://macosscan.codeupp.xyz',
|
|
31755
|
+
icon: 'macos',
|
|
31756
|
+
standard: 'EIP3091'
|
|
31757
|
+
}
|
|
31758
|
+
]
|
|
31759
|
+
},
|
|
31688
31760
|
{
|
|
31689
31761
|
name: 'XUSD ONE StableChain Mainnet',
|
|
31690
31762
|
chain: 'XUSD ONE',
|
|
@@ -37954,22 +38026,26 @@ const chainArray = [
|
|
|
37954
38026
|
]
|
|
37955
38027
|
},
|
|
37956
38028
|
{
|
|
37957
|
-
name: '
|
|
37958
|
-
|
|
37959
|
-
|
|
37960
|
-
|
|
37961
|
-
|
|
37962
|
-
|
|
37963
|
-
|
|
37964
|
-
|
|
38029
|
+
name: 'CHEESE Blockchain',
|
|
38030
|
+
chain: 'CHEESE',
|
|
38031
|
+
rpc: [
|
|
38032
|
+
'https://cheesescan.com/rpc',
|
|
38033
|
+
'https://rpc1.cheesescan.com',
|
|
38034
|
+
'https://rpc2.cheesescan.com'
|
|
38035
|
+
],
|
|
38036
|
+
faucets: [ 'https://cheesescan.com/faucet' ],
|
|
38037
|
+
nativeCurrency: { name: 'CHEESE', symbol: 'CHEESE', decimals: 18 },
|
|
38038
|
+
infoURL: 'https://cheesescan.com',
|
|
38039
|
+
shortName: 'cheese',
|
|
37965
38040
|
chainId: 69420,
|
|
37966
38041
|
networkId: 69420,
|
|
37967
|
-
|
|
38042
|
+
redFlags: [ 'reusedChainId' ],
|
|
38043
|
+
status: 'incubating',
|
|
37968
38044
|
explorers: [
|
|
37969
38045
|
{
|
|
37970
|
-
name: '
|
|
37971
|
-
url: 'https://
|
|
37972
|
-
standard: '
|
|
38046
|
+
name: 'CHEESE Explorer',
|
|
38047
|
+
url: 'https://cheesescan.com',
|
|
38048
|
+
standard: 'EIP3091'
|
|
37973
38049
|
}
|
|
37974
38050
|
]
|
|
37975
38051
|
},
|