eth-chainlist 0.0.685 → 0.0.686
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 +88 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.686 (2025-09-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.685 ([57dd27b](https://github.com/poowf/eth-chainlist/commit/57dd27bf1755a5cbd4c855a0cd99b90c3d25ad20))
|
9
|
+
* update chain data ([c9c609c](https://github.com/poowf/eth-chainlist/commit/c9c609c2fda989efc26b01c39c50bf0779d4d80a))
|
10
|
+
|
3
11
|
### 0.0.685 (2025-09-17)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9131,14 +9131,22 @@ const chainArray = [
|
|
9131
9131
|
{
|
9132
9132
|
name: 'WorldMobileChain-Mainnet',
|
9133
9133
|
chain: 'WMC',
|
9134
|
-
|
9134
|
+
icon: 'worldmobilechain',
|
9135
|
+
rpc: [ 'https://worldmobilechain-mainnet.g.alchemy.com/public' ],
|
9135
9136
|
faucets: [],
|
9136
9137
|
nativeCurrency: { name: 'World Mobile Token', symbol: 'WMTX', decimals: 18 },
|
9137
9138
|
infoURL: 'https://worldmobile.io/the-chain',
|
9138
9139
|
shortName: 'WMC',
|
9139
9140
|
chainId: 869,
|
9140
9141
|
networkId: 869,
|
9141
|
-
|
9142
|
+
explorers: [
|
9143
|
+
{
|
9144
|
+
name: 'World Mobile Chain Explorer',
|
9145
|
+
url: 'https://explorer.worldmobile.io',
|
9146
|
+
standard: 'none'
|
9147
|
+
}
|
9148
|
+
],
|
9149
|
+
status: 'active'
|
9142
9150
|
},
|
9143
9151
|
{
|
9144
9152
|
name: 'Electra Test Network',
|
@@ -21322,6 +21330,27 @@ const chainArray = [
|
|
21322
21330
|
}
|
21323
21331
|
]
|
21324
21332
|
},
|
21333
|
+
{
|
21334
|
+
name: 'MANTRACHAIN Mainnet',
|
21335
|
+
chain: 'MANTRACHAIN',
|
21336
|
+
rpc: [ 'https://evm.mantrachain.io', 'wss://evm.mantrachain.io/ws' ],
|
21337
|
+
faucets: [],
|
21338
|
+
nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
|
21339
|
+
infoURL: 'https://mantrachain.io',
|
21340
|
+
shortName: 'mantrachain',
|
21341
|
+
chainId: 5888,
|
21342
|
+
networkId: 5888,
|
21343
|
+
slip44: 1,
|
21344
|
+
icon: 'om',
|
21345
|
+
explorers: [
|
21346
|
+
{
|
21347
|
+
name: 'MANTRACHAIN Explorer',
|
21348
|
+
url: 'http://mantrascan.io',
|
21349
|
+
standard: 'none',
|
21350
|
+
icon: 'om'
|
21351
|
+
}
|
21352
|
+
]
|
21353
|
+
},
|
21325
21354
|
{
|
21326
21355
|
name: 'BounceBit Testnet',
|
21327
21356
|
chain: 'BounceBit',
|
@@ -30796,7 +30825,7 @@ const chainArray = [
|
|
30796
30825
|
]
|
30797
30826
|
},
|
30798
30827
|
{
|
30799
|
-
name: 'Zilliqa
|
30828
|
+
name: 'Zilliqa 2',
|
30800
30829
|
chain: 'ZIL',
|
30801
30830
|
rpc: [ 'https://api.zilliqa.com' ],
|
30802
30831
|
faucets: [],
|
@@ -30808,9 +30837,9 @@ const chainArray = [
|
|
30808
30837
|
icon: 'zilliqa',
|
30809
30838
|
explorers: [
|
30810
30839
|
{
|
30811
|
-
name: 'Zilliqa
|
30812
|
-
url: 'https://
|
30813
|
-
standard: '
|
30840
|
+
name: 'Zilliqa 2 Mainnet Explorer',
|
30841
|
+
url: 'https://zilliqa.blockscout.com',
|
30842
|
+
standard: 'EIP3091'
|
30814
30843
|
}
|
30815
30844
|
]
|
30816
30845
|
},
|
@@ -30872,21 +30901,21 @@ const chainArray = [
|
|
30872
30901
|
]
|
30873
30902
|
},
|
30874
30903
|
{
|
30875
|
-
name: 'Zilliqa
|
30904
|
+
name: 'Zilliqa 2 Testnet',
|
30876
30905
|
chain: 'ZIL',
|
30877
|
-
rpc: [ 'https://
|
30878
|
-
faucets: [ 'https://
|
30906
|
+
rpc: [ 'https://api.testnet.zilliqa.com' ],
|
30907
|
+
faucets: [ 'https://faucet.testnet.zilliqa.com' ],
|
30879
30908
|
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
30880
|
-
infoURL: 'https://www.zilliqa.com
|
30909
|
+
infoURL: 'https://www.zilliqa.com',
|
30881
30910
|
shortName: 'zil-testnet',
|
30882
30911
|
chainId: 33101,
|
30883
30912
|
networkId: 33101,
|
30884
30913
|
slip44: 1,
|
30885
30914
|
explorers: [
|
30886
30915
|
{
|
30887
|
-
name: 'Zilliqa
|
30888
|
-
url: 'https://
|
30889
|
-
standard: '
|
30916
|
+
name: 'Zilliqa 2 Testnet Explorer',
|
30917
|
+
url: 'https://testnet.zilliqa.blockscout.com',
|
30918
|
+
standard: 'EIP3091'
|
30890
30919
|
}
|
30891
30920
|
]
|
30892
30921
|
},
|
@@ -39626,6 +39655,34 @@ const chainArray = [
|
|
39626
39655
|
],
|
39627
39656
|
status: 'active'
|
39628
39657
|
},
|
39658
|
+
{
|
39659
|
+
name: 'Studio Blockchain Mainnet',
|
39660
|
+
chain: 'STO',
|
39661
|
+
icon: 'studio',
|
39662
|
+
rpc: [
|
39663
|
+
'https://mainnet.studio-blockchain.com',
|
39664
|
+
'https://mainnet2.studio-blockchain.com',
|
39665
|
+
'https://mainnet3.studio-blockchain.com',
|
39666
|
+
'https://mainnet.studio-scan.com',
|
39667
|
+
'https://mainnet2.studio-scan.com',
|
39668
|
+
'wss://mainnet.studio-blockchain.com:8547'
|
39669
|
+
],
|
39670
|
+
faucets: [],
|
39671
|
+
nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
|
39672
|
+
features: [ { name: 'EIP155' } ],
|
39673
|
+
infoURL: 'https://studio-blockchain.com',
|
39674
|
+
shortName: 'stom',
|
39675
|
+
chainId: 240241,
|
39676
|
+
networkId: 240241,
|
39677
|
+
explorers: [
|
39678
|
+
{
|
39679
|
+
name: 'Studio Scan',
|
39680
|
+
url: 'https://studio-scan.com',
|
39681
|
+
standard: 'EIP3091'
|
39682
|
+
}
|
39683
|
+
],
|
39684
|
+
status: 'active'
|
39685
|
+
},
|
39629
39686
|
{
|
39630
39687
|
name: 'Orange Chain Testnet',
|
39631
39688
|
title: 'Orange Chain Testnet',
|
@@ -40089,6 +40146,24 @@ const chainArray = [
|
|
40089
40146
|
}
|
40090
40147
|
]
|
40091
40148
|
},
|
40149
|
+
{
|
40150
|
+
name: 'World Mobile Chain Testnet',
|
40151
|
+
chain: 'WOMOX',
|
40152
|
+
rpc: [ 'https://worldmobile-devnet.g.alchemy.com/public' ],
|
40153
|
+
faucets: [ 'https://testnet-faucet.worldmobile.net' ],
|
40154
|
+
nativeCurrency: { name: 'ATestingToken', symbol: 'WOMOX', decimals: 18 },
|
40155
|
+
infoURL: 'https://worldmobile.io/the-chain',
|
40156
|
+
shortName: 'WMCTEST',
|
40157
|
+
chainId: 323432,
|
40158
|
+
networkId: 323432,
|
40159
|
+
explorers: [
|
40160
|
+
{
|
40161
|
+
name: 'World Mobile Testnet Explorer',
|
40162
|
+
url: 'https://testnet-explorer.worldmobile.net',
|
40163
|
+
standard: 'EIP3091'
|
40164
|
+
}
|
40165
|
+
]
|
40166
|
+
},
|
40092
40167
|
{
|
40093
40168
|
name: 'Camp Network Testnet V2',
|
40094
40169
|
chain: 'ETH',
|