eth-chainlist 0.0.771 → 0.0.773
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 +64 -23
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.773 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.772 ([4a45e18](https://github.com/poowf/eth-chainlist/commit/4a45e18c49cf358572f7d72fea6bfe5ae48e0745))
|
|
9
|
+
* update chain data ([352f5c5](https://github.com/poowf/eth-chainlist/commit/352f5c51d5e59ff5759f255fa3dacd225d754a0f))
|
|
10
|
+
|
|
11
|
+
### 0.0.772 (2026-05-16)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.771 ([bcd90a0](https://github.com/poowf/eth-chainlist/commit/bcd90a027ed936371fa2cb365ccd347930b2c890))
|
|
17
|
+
* update chain data ([43eceb1](https://github.com/poowf/eth-chainlist/commit/43eceb107ec1b32b00e197b91342ab2f8a455cf2))
|
|
18
|
+
|
|
3
19
|
### 0.0.771 (2026-05-15)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -6219,6 +6219,25 @@ const chainArray = [
|
|
|
6219
6219
|
networkId: 339,
|
|
6220
6220
|
status: 'incubating'
|
|
6221
6221
|
},
|
|
6222
|
+
{
|
|
6223
|
+
name: 'Capital Exchange SE',
|
|
6224
|
+
chain: 'BOURSE',
|
|
6225
|
+
rpc: [ 'https://rpc.capitalexchange.digital' ],
|
|
6226
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
6227
|
+
faucets: [],
|
|
6228
|
+
nativeCurrency: { name: 'Bourse', symbol: 'BOURSE', decimals: 18 },
|
|
6229
|
+
infoURL: 'https://www.capitalexchange.markets',
|
|
6230
|
+
shortName: 'bourse',
|
|
6231
|
+
chainId: 343,
|
|
6232
|
+
networkId: 343,
|
|
6233
|
+
explorers: [
|
|
6234
|
+
{
|
|
6235
|
+
name: 'Capital Exchange Markets | Digital',
|
|
6236
|
+
url: 'https://explorer.capitalexchange.se',
|
|
6237
|
+
standard: 'none'
|
|
6238
|
+
}
|
|
6239
|
+
]
|
|
6240
|
+
},
|
|
6222
6241
|
{
|
|
6223
6242
|
name: 'TSC Mainnet',
|
|
6224
6243
|
chain: 'Trust Smart Chain',
|
|
@@ -9683,13 +9702,12 @@ const chainArray = [
|
|
|
9683
9702
|
]
|
|
9684
9703
|
},
|
|
9685
9704
|
{
|
|
9686
|
-
name: '
|
|
9705
|
+
name: 'CXM',
|
|
9687
9706
|
chain: 'CXM',
|
|
9688
9707
|
rpc: [],
|
|
9689
|
-
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
9690
9708
|
faucets: [],
|
|
9691
|
-
nativeCurrency: { name: '
|
|
9692
|
-
infoURL: '
|
|
9709
|
+
nativeCurrency: { name: 'CXM', symbol: 'CXM', decimals: 18 },
|
|
9710
|
+
infoURL: '',
|
|
9693
9711
|
shortName: 'CXM',
|
|
9694
9712
|
chainId: 890,
|
|
9695
9713
|
networkId: 890,
|
|
@@ -18427,6 +18445,24 @@ const chainArray = [
|
|
|
18427
18445
|
bridges: [ { url: 'https://bridge.morphl2.io/' } ]
|
|
18428
18446
|
}
|
|
18429
18447
|
},
|
|
18448
|
+
{
|
|
18449
|
+
name: 'Candy Chain',
|
|
18450
|
+
chain: 'CANDY',
|
|
18451
|
+
rpc: [ 'https://publicrpc.candychain.io' ],
|
|
18452
|
+
faucets: [],
|
|
18453
|
+
nativeCurrency: { name: 'CANDY', symbol: 'CANDY', decimals: 18 },
|
|
18454
|
+
infoURL: 'https://candychain.io',
|
|
18455
|
+
shortName: 'candy',
|
|
18456
|
+
chainId: 2828,
|
|
18457
|
+
networkId: 2828,
|
|
18458
|
+
explorers: [
|
|
18459
|
+
{
|
|
18460
|
+
name: 'Candy Chain Explorer',
|
|
18461
|
+
url: 'https://explorer.candychain.io',
|
|
18462
|
+
standard: 'EIP3091'
|
|
18463
|
+
}
|
|
18464
|
+
]
|
|
18465
|
+
},
|
|
18430
18466
|
{
|
|
18431
18467
|
name: 'HyperAGI Mainnet',
|
|
18432
18468
|
chain: 'HyperAGI',
|
|
@@ -26120,18 +26156,19 @@ const chainArray = [
|
|
|
26120
26156
|
status: 'active'
|
|
26121
26157
|
},
|
|
26122
26158
|
{
|
|
26123
|
-
name: '
|
|
26159
|
+
name: 'MyrxWallet Network',
|
|
26124
26160
|
chain: 'MYRX',
|
|
26125
26161
|
rpc: [ 'https://rpc.myrxwallet.io' ],
|
|
26162
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
26126
26163
|
faucets: [],
|
|
26127
|
-
nativeCurrency: { name: '
|
|
26164
|
+
nativeCurrency: { name: 'MRT', symbol: 'MRT', decimals: 18 },
|
|
26128
26165
|
infoURL: 'https://myrxwallet.io',
|
|
26129
26166
|
shortName: 'myrx',
|
|
26130
26167
|
chainId: 8472,
|
|
26131
26168
|
networkId: 8472,
|
|
26132
26169
|
explorers: [
|
|
26133
26170
|
{
|
|
26134
|
-
name: '
|
|
26171
|
+
name: 'MyrxWallet Explorer',
|
|
26135
26172
|
url: 'https://explorer.myrxwallet.io',
|
|
26136
26173
|
standard: 'EIP3091'
|
|
26137
26174
|
}
|
|
@@ -37936,22 +37973,26 @@ const chainArray = [
|
|
|
37936
37973
|
]
|
|
37937
37974
|
},
|
|
37938
37975
|
{
|
|
37939
|
-
name: '
|
|
37940
|
-
|
|
37941
|
-
|
|
37942
|
-
|
|
37943
|
-
|
|
37944
|
-
|
|
37945
|
-
|
|
37946
|
-
|
|
37976
|
+
name: 'CHEESE Blockchain',
|
|
37977
|
+
chain: 'CHEESE',
|
|
37978
|
+
rpc: [
|
|
37979
|
+
'https://cheesescan.com/rpc',
|
|
37980
|
+
'https://rpc1.cheesescan.com',
|
|
37981
|
+
'https://rpc2.cheesescan.com'
|
|
37982
|
+
],
|
|
37983
|
+
faucets: [ 'https://cheesescan.com/faucet' ],
|
|
37984
|
+
nativeCurrency: { name: 'CHEESE', symbol: 'CHEESE', decimals: 18 },
|
|
37985
|
+
infoURL: 'https://cheesescan.com',
|
|
37986
|
+
shortName: 'cheese',
|
|
37947
37987
|
chainId: 69420,
|
|
37948
37988
|
networkId: 69420,
|
|
37949
|
-
|
|
37989
|
+
redFlags: [ 'reusedChainId' ],
|
|
37990
|
+
status: 'incubating',
|
|
37950
37991
|
explorers: [
|
|
37951
37992
|
{
|
|
37952
|
-
name: '
|
|
37953
|
-
url: 'https://
|
|
37954
|
-
standard: '
|
|
37993
|
+
name: 'CHEESE Explorer',
|
|
37994
|
+
url: 'https://cheesescan.com',
|
|
37995
|
+
standard: 'EIP3091'
|
|
37955
37996
|
}
|
|
37956
37997
|
]
|
|
37957
37998
|
},
|
|
@@ -48823,7 +48864,7 @@ const chainArray = [
|
|
|
48823
48864
|
name: 'Safe(AnWang) Mainnet',
|
|
48824
48865
|
chain: 'Safe(AnWang)',
|
|
48825
48866
|
icon: 'safe-anwang',
|
|
48826
|
-
rpc: [ 'https://
|
|
48867
|
+
rpc: [ 'https://safe4.anwang.com/rpc' ],
|
|
48827
48868
|
faucets: [],
|
|
48828
48869
|
nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
|
|
48829
48870
|
infoURL: 'https://www.anwang.com',
|
|
@@ -48833,7 +48874,7 @@ const chainArray = [
|
|
|
48833
48874
|
explorers: [
|
|
48834
48875
|
{
|
|
48835
48876
|
name: 'Safe(AnWang) Explorer',
|
|
48836
|
-
url: '
|
|
48877
|
+
url: 'https://safe4.anwang.com',
|
|
48837
48878
|
icon: 'safe-anwang',
|
|
48838
48879
|
standard: 'EIP3091'
|
|
48839
48880
|
}
|
|
@@ -48843,7 +48884,7 @@ const chainArray = [
|
|
|
48843
48884
|
name: 'Safe(AnWang) Testnet',
|
|
48844
48885
|
chain: 'Safe(AnWang)',
|
|
48845
48886
|
icon: 'safe-anwang',
|
|
48846
|
-
rpc: [ 'https://
|
|
48887
|
+
rpc: [ 'https://safe4testnet.anwang.com/rpc' ],
|
|
48847
48888
|
faucets: [],
|
|
48848
48889
|
nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
|
|
48849
48890
|
infoURL: 'https://www.anwang.com',
|
|
@@ -48853,7 +48894,7 @@ const chainArray = [
|
|
|
48853
48894
|
explorers: [
|
|
48854
48895
|
{
|
|
48855
48896
|
name: 'Safe(AnWang) Testnet Explorer',
|
|
48856
|
-
url: '
|
|
48897
|
+
url: 'https://safe4testnet.anwang.com',
|
|
48857
48898
|
icon: 'safe-anwang',
|
|
48858
48899
|
standard: 'EIP3091'
|
|
48859
48900
|
}
|