eth-chainlist 0.0.587 → 0.0.588
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 +67 -25
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.588 (2025-01-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.587 ([443880a](https://github.com/poowf/eth-chainlist/commit/443880a8e91dbb34ef923b7ed107e699452ddb9f))
|
9
|
+
* update chain data ([92e91c9](https://github.com/poowf/eth-chainlist/commit/92e91c95e93aef8f3a232e77760a3b9e406643fa))
|
10
|
+
|
3
11
|
### 0.0.587 (2025-01-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4776,6 +4776,7 @@ const chainArray = [
|
|
4776
4776
|
'https://mainnet-rpc-04.swanchain.org'
|
4777
4777
|
],
|
4778
4778
|
faucets: [],
|
4779
|
+
icon: 'swan',
|
4779
4780
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4780
4781
|
infoURL: 'https://swanchain.io/',
|
4781
4782
|
shortName: 'Swan',
|
@@ -9642,32 +9643,18 @@ const chainArray = [
|
|
9642
9643
|
]
|
9643
9644
|
},
|
9644
9645
|
{
|
9645
|
-
name: '
|
9646
|
-
chain: '
|
9647
|
-
rpc: [
|
9648
|
-
|
9649
|
-
'wss://ws.lnscan.org',
|
9650
|
-
'https://rpc.lnscan.org'
|
9651
|
-
],
|
9646
|
+
name: 'Hyperliquid EVM Testnet',
|
9647
|
+
chain: 'HYPE',
|
9648
|
+
rpc: [ 'https://api.hyperliquid-testnet.xyz/evm' ],
|
9649
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9652
9650
|
faucets: [],
|
9653
|
-
nativeCurrency: { name: '
|
9654
|
-
infoURL: 'https://
|
9655
|
-
shortName: '
|
9651
|
+
nativeCurrency: { name: 'HYPE', symbol: 'HYPE', decimals: 18 },
|
9652
|
+
infoURL: 'https://hyperfoundation.org/',
|
9653
|
+
shortName: 'hype-evm-testnet',
|
9656
9654
|
chainId: 998,
|
9657
9655
|
networkId: 998,
|
9658
|
-
|
9659
|
-
|
9660
|
-
{
|
9661
|
-
name: 'blockscout',
|
9662
|
-
url: 'https://explorer.luckynetwork.org',
|
9663
|
-
standard: 'none'
|
9664
|
-
},
|
9665
|
-
{
|
9666
|
-
name: 'expedition',
|
9667
|
-
url: 'https://lnscan.org',
|
9668
|
-
standard: 'none'
|
9669
|
-
}
|
9670
|
-
]
|
9656
|
+
explorers: [],
|
9657
|
+
redFlags: [ 'reusedChainId' ]
|
9671
9658
|
},
|
9672
9659
|
{
|
9673
9660
|
name: 'Wanchain Testnet',
|
@@ -22838,8 +22825,8 @@ const chainArray = [
|
|
22838
22825
|
{
|
22839
22826
|
name: 'Hydra Chain Testnet',
|
22840
22827
|
chain: 'HYDRA',
|
22841
|
-
rpc: [ 'https://rpc
|
22842
|
-
faucets: [ 'https://
|
22828
|
+
rpc: [ 'https://rpc-testnet.hydrachain.org' ],
|
22829
|
+
faucets: [ 'https://testnetapp.hydrachain.org/faucet' ],
|
22843
22830
|
nativeCurrency: { name: 'tHydra', symbol: 'tHYDRA', decimals: 18 },
|
22844
22831
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
22845
22832
|
infoURL: 'https://hydrachain.org',
|
@@ -29350,6 +29337,25 @@ const chainArray = [
|
|
29350
29337
|
chainId: 42069,
|
29351
29338
|
networkId: 42069
|
29352
29339
|
},
|
29340
|
+
{
|
29341
|
+
name: 'WMC Testnet',
|
29342
|
+
chain: 'WMC',
|
29343
|
+
icon: 'wmc',
|
29344
|
+
rpc: [ 'https://rpc-testnet-base.worldmobile.net' ],
|
29345
|
+
faucets: [ 'https://faucet-testnet-base.worldmobile.net' ],
|
29346
|
+
nativeCurrency: { name: 'WMTx', symbol: 'WMTx', decimals: 18 },
|
29347
|
+
infoURL: 'https://worldmobiletoken.com',
|
29348
|
+
shortName: 'wmtx',
|
29349
|
+
chainId: 42070,
|
29350
|
+
networkId: 42070,
|
29351
|
+
explorers: [
|
29352
|
+
{
|
29353
|
+
name: 'WMC Explorer',
|
29354
|
+
url: 'https://explorer-testnet-base.worldmobile.net',
|
29355
|
+
standard: 'EIP3091'
|
29356
|
+
}
|
29357
|
+
]
|
29358
|
+
},
|
29353
29359
|
{
|
29354
29360
|
name: 'AgentLayer Testnet',
|
29355
29361
|
chain: 'AgentLayer',
|
@@ -30336,6 +30342,24 @@ const chainArray = [
|
|
30336
30342
|
],
|
30337
30343
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
30338
30344
|
},
|
30345
|
+
{
|
30346
|
+
name: 'STB Testnet',
|
30347
|
+
chain: 'STB Testnet',
|
30348
|
+
rpc: [ 'https://rpc.quorum.sps.dev.kode.ru/' ],
|
30349
|
+
faucets: [],
|
30350
|
+
nativeCurrency: { name: 'STB', symbol: 'STB', decimals: 18 },
|
30351
|
+
infoURL: '',
|
30352
|
+
shortName: 'stb-testnet',
|
30353
|
+
chainId: 50505,
|
30354
|
+
networkId: 50505,
|
30355
|
+
explorers: [
|
30356
|
+
{
|
30357
|
+
name: 'stb-testnet',
|
30358
|
+
url: 'https://explorer.quorum.sps.dev.kode.ru',
|
30359
|
+
standard: 'none'
|
30360
|
+
}
|
30361
|
+
]
|
30362
|
+
},
|
30339
30363
|
{
|
30340
30364
|
name: 'Erbie Mainnet',
|
30341
30365
|
chain: 'Erbie',
|
@@ -38260,6 +38284,24 @@ const chainArray = [
|
|
38260
38284
|
}
|
38261
38285
|
]
|
38262
38286
|
},
|
38287
|
+
{
|
38288
|
+
name: 'Fidesinnova',
|
38289
|
+
chain: 'Fidesinnova',
|
38290
|
+
rpc: [ 'https://fidesf1-rpc.fidesinnova.io' ],
|
38291
|
+
faucets: [],
|
38292
|
+
nativeCurrency: { name: 'Fidesinnova', symbol: 'FDS', decimals: 18 },
|
38293
|
+
infoURL: 'https://fidesinnova1.gitbook.io/fidesinnova',
|
38294
|
+
shortName: 'Fidesinnova',
|
38295
|
+
chainId: 706883,
|
38296
|
+
networkId: 706883,
|
38297
|
+
explorers: [
|
38298
|
+
{
|
38299
|
+
name: 'Fidesinnova Blockchain Explorer',
|
38300
|
+
url: 'https://explorer.fidesinnova.io',
|
38301
|
+
standard: 'none'
|
38302
|
+
}
|
38303
|
+
]
|
38304
|
+
},
|
38263
38305
|
{
|
38264
38306
|
name: 'Tiltyard Mainnet Subnet',
|
38265
38307
|
chain: 'TILTYARD',
|