eth-chainlist 0.0.684 → 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 +16 -0
- package/data/chain.js +96 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.685 (2025-09-17)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.684 ([a333d10](https://github.com/poowf/eth-chainlist/commit/a333d102e67b337ee34b7eed4711f892cfbd628e))
|
17
|
+
* update chain data ([5d3a657](https://github.com/poowf/eth-chainlist/commit/5d3a657215136f5b39ae7ba4922b370e4e505e08))
|
18
|
+
|
3
19
|
### 0.0.684 (2025-09-08)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2967,7 +2967,14 @@ const chainArray = [
|
|
2967
2967
|
infoURL: 'https://eteria.io',
|
2968
2968
|
shortName: 'ERA',
|
2969
2969
|
chainId: 140,
|
2970
|
-
networkId: 140
|
2970
|
+
networkId: 140,
|
2971
|
+
explorers: [
|
2972
|
+
{
|
2973
|
+
name: 'eteriascan',
|
2974
|
+
url: 'https://explorer.eteria.io',
|
2975
|
+
standard: 'EIP3091'
|
2976
|
+
}
|
2977
|
+
]
|
2971
2978
|
},
|
2972
2979
|
{
|
2973
2980
|
name: 'Openpiece Testnet',
|
@@ -9124,14 +9131,22 @@ const chainArray = [
|
|
9124
9131
|
{
|
9125
9132
|
name: 'WorldMobileChain-Mainnet',
|
9126
9133
|
chain: 'WMC',
|
9127
|
-
|
9134
|
+
icon: 'worldmobilechain',
|
9135
|
+
rpc: [ 'https://worldmobilechain-mainnet.g.alchemy.com/public' ],
|
9128
9136
|
faucets: [],
|
9129
9137
|
nativeCurrency: { name: 'World Mobile Token', symbol: 'WMTX', decimals: 18 },
|
9130
9138
|
infoURL: 'https://worldmobile.io/the-chain',
|
9131
9139
|
shortName: 'WMC',
|
9132
9140
|
chainId: 869,
|
9133
9141
|
networkId: 869,
|
9134
|
-
|
9142
|
+
explorers: [
|
9143
|
+
{
|
9144
|
+
name: 'World Mobile Chain Explorer',
|
9145
|
+
url: 'https://explorer.worldmobile.io',
|
9146
|
+
standard: 'none'
|
9147
|
+
}
|
9148
|
+
],
|
9149
|
+
status: 'active'
|
9135
9150
|
},
|
9136
9151
|
{
|
9137
9152
|
name: 'Electra Test Network',
|
@@ -21315,6 +21330,27 @@ const chainArray = [
|
|
21315
21330
|
}
|
21316
21331
|
]
|
21317
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
|
+
},
|
21318
21354
|
{
|
21319
21355
|
name: 'BounceBit Testnet',
|
21320
21356
|
chain: 'BounceBit',
|
@@ -30789,7 +30825,7 @@ const chainArray = [
|
|
30789
30825
|
]
|
30790
30826
|
},
|
30791
30827
|
{
|
30792
|
-
name: 'Zilliqa
|
30828
|
+
name: 'Zilliqa 2',
|
30793
30829
|
chain: 'ZIL',
|
30794
30830
|
rpc: [ 'https://api.zilliqa.com' ],
|
30795
30831
|
faucets: [],
|
@@ -30801,9 +30837,9 @@ const chainArray = [
|
|
30801
30837
|
icon: 'zilliqa',
|
30802
30838
|
explorers: [
|
30803
30839
|
{
|
30804
|
-
name: 'Zilliqa
|
30805
|
-
url: 'https://
|
30806
|
-
standard: '
|
30840
|
+
name: 'Zilliqa 2 Mainnet Explorer',
|
30841
|
+
url: 'https://zilliqa.blockscout.com',
|
30842
|
+
standard: 'EIP3091'
|
30807
30843
|
}
|
30808
30844
|
]
|
30809
30845
|
},
|
@@ -30865,21 +30901,21 @@ const chainArray = [
|
|
30865
30901
|
]
|
30866
30902
|
},
|
30867
30903
|
{
|
30868
|
-
name: 'Zilliqa
|
30904
|
+
name: 'Zilliqa 2 Testnet',
|
30869
30905
|
chain: 'ZIL',
|
30870
|
-
rpc: [ 'https://
|
30871
|
-
faucets: [ 'https://
|
30906
|
+
rpc: [ 'https://api.testnet.zilliqa.com' ],
|
30907
|
+
faucets: [ 'https://faucet.testnet.zilliqa.com' ],
|
30872
30908
|
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
30873
|
-
infoURL: 'https://www.zilliqa.com
|
30909
|
+
infoURL: 'https://www.zilliqa.com',
|
30874
30910
|
shortName: 'zil-testnet',
|
30875
30911
|
chainId: 33101,
|
30876
30912
|
networkId: 33101,
|
30877
30913
|
slip44: 1,
|
30878
30914
|
explorers: [
|
30879
30915
|
{
|
30880
|
-
name: 'Zilliqa
|
30881
|
-
url: 'https://
|
30882
|
-
standard: '
|
30916
|
+
name: 'Zilliqa 2 Testnet Explorer',
|
30917
|
+
url: 'https://testnet.zilliqa.blockscout.com',
|
30918
|
+
standard: 'EIP3091'
|
30883
30919
|
}
|
30884
30920
|
]
|
30885
30921
|
},
|
@@ -39619,6 +39655,34 @@ const chainArray = [
|
|
39619
39655
|
],
|
39620
39656
|
status: 'active'
|
39621
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
|
+
},
|
39622
39686
|
{
|
39623
39687
|
name: 'Orange Chain Testnet',
|
39624
39688
|
title: 'Orange Chain Testnet',
|
@@ -40082,6 +40146,24 @@ const chainArray = [
|
|
40082
40146
|
}
|
40083
40147
|
]
|
40084
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
|
+
},
|
40085
40167
|
{
|
40086
40168
|
name: 'Camp Network Testnet V2',
|
40087
40169
|
chain: 'ETH',
|