eth-chainlist 0.0.629 → 0.0.630
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 +97 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.630 (2025-03-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.629 ([ff21f18](https://github.com/poowf/eth-chainlist/commit/ff21f186c383f5eabb5c9ca11abfefc08292629c))
|
9
|
+
* update chain data ([4f2f83f](https://github.com/poowf/eth-chainlist/commit/4f2f83fffa195c3f9c9264ddd3dd2a2372a1e648))
|
10
|
+
|
3
11
|
### 0.0.629 (2025-03-04)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5842,6 +5842,32 @@ const chainArray = [
|
|
5842
5842
|
icon: 'grvt',
|
5843
5843
|
explorers: []
|
5844
5844
|
},
|
5845
|
+
{
|
5846
|
+
name: 'Telos zkEVM Testnet',
|
5847
|
+
title: 'Telos zkEVM Testnet',
|
5848
|
+
chain: 'Telos',
|
5849
|
+
rpc: [ 'https://zkrpc.testnet.telos.net' ],
|
5850
|
+
faucets: [],
|
5851
|
+
nativeCurrency: { name: 'Sepolia ETH', symbol: 'ETH', decimals: 18 },
|
5852
|
+
infoURL: '',
|
5853
|
+
shortName: 'telos-zkevm-testnet',
|
5854
|
+
chainId: 331,
|
5855
|
+
networkId: 331,
|
5856
|
+
icon: 'telos',
|
5857
|
+
explorers: [
|
5858
|
+
{
|
5859
|
+
name: 'TeloScan',
|
5860
|
+
icon: 'teloscan',
|
5861
|
+
url: 'https://zkexplorer.testnet.telos.net',
|
5862
|
+
standard: 'EIP3091'
|
5863
|
+
}
|
5864
|
+
],
|
5865
|
+
parent: {
|
5866
|
+
type: 'L2',
|
5867
|
+
chain: 'eip155-11155111',
|
5868
|
+
bridges: [ { url: 'https://zkbridge.testnet.telos.net' } ]
|
5869
|
+
}
|
5870
|
+
},
|
5845
5871
|
{
|
5846
5872
|
name: 'Omax Testnet',
|
5847
5873
|
chain: 'Omax Chain',
|
@@ -31090,6 +31116,27 @@ const chainArray = [
|
|
31090
31116
|
}
|
31091
31117
|
]
|
31092
31118
|
},
|
31119
|
+
{
|
31120
|
+
name: 'Juneo Mainnet',
|
31121
|
+
chain: 'JUNE-Chain',
|
31122
|
+
rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/JUNE/rpc' ],
|
31123
|
+
faucets: [],
|
31124
|
+
nativeCurrency: { name: 'JUNE', symbol: 'JUNE', decimals: 18 },
|
31125
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
31126
|
+
infoURL: 'https://juneo.com/',
|
31127
|
+
shortName: 'JUNE',
|
31128
|
+
chainId: 45003,
|
31129
|
+
networkId: 45003,
|
31130
|
+
icon: 'juneomainnet',
|
31131
|
+
explorers: [
|
31132
|
+
{
|
31133
|
+
name: 'Juneo Scan',
|
31134
|
+
url: 'https://juneoscan.io/chain/2',
|
31135
|
+
icon: 'juneomainnet',
|
31136
|
+
standard: 'none'
|
31137
|
+
}
|
31138
|
+
]
|
31139
|
+
},
|
31093
31140
|
{
|
31094
31141
|
name: 'Swamps L2',
|
31095
31142
|
chain: 'SWP',
|
@@ -34989,6 +35036,26 @@ const chainArray = [
|
|
34989
35036
|
}
|
34990
35037
|
]
|
34991
35038
|
},
|
35039
|
+
{
|
35040
|
+
name: 'Miracle Chain',
|
35041
|
+
chain: 'MIRACLE',
|
35042
|
+
rpc: [ 'https://rpc.miracleplay.io' ],
|
35043
|
+
faucets: [],
|
35044
|
+
nativeCurrency: { name: 'Miracle Play Token', symbol: 'MPT', decimals: 18 },
|
35045
|
+
infoURL: 'https://miracleplay.gg',
|
35046
|
+
shortName: 'MIRACLE',
|
35047
|
+
chainId: 92278,
|
35048
|
+
networkId: 92278,
|
35049
|
+
icon: 'miracle',
|
35050
|
+
explorers: [
|
35051
|
+
{
|
35052
|
+
name: 'Miracle Chain Explorer',
|
35053
|
+
icon: 'miracle',
|
35054
|
+
url: 'https://explorer.miracleplay.io',
|
35055
|
+
standard: 'none'
|
35056
|
+
}
|
35057
|
+
]
|
35058
|
+
},
|
34992
35059
|
{
|
34993
35060
|
name: 'LiquidLayer Testnet',
|
34994
35061
|
chain: 'LILA',
|
@@ -45240,6 +45307,36 @@ const chainArray = [
|
|
45240
45307
|
bridges: [ { url: 'https://haust-testnet-bridge.eu-north-2.gateway.fm' } ]
|
45241
45308
|
}
|
45242
45309
|
},
|
45310
|
+
{
|
45311
|
+
name: 'Status Network Sepolia',
|
45312
|
+
title: 'Status Network Sepolia',
|
45313
|
+
chain: 'ETH',
|
45314
|
+
rpc: [
|
45315
|
+
'https://public.sepolia.rpc.status.network',
|
45316
|
+
'wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws'
|
45317
|
+
],
|
45318
|
+
faucets: [ 'https://faucet.status.network/' ],
|
45319
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
45320
|
+
infoURL: 'https://status.network',
|
45321
|
+
shortName: 'sn-sepolia',
|
45322
|
+
chainId: 1660990954,
|
45323
|
+
networkId: 1660990954,
|
45324
|
+
icon: 'sn',
|
45325
|
+
parent: {
|
45326
|
+
type: 'L2',
|
45327
|
+
chain: 'eip155-11155111',
|
45328
|
+
bridges: [ { url: 'https://bridge.status.network' } ]
|
45329
|
+
},
|
45330
|
+
explorers: [
|
45331
|
+
{
|
45332
|
+
name: 'Blockscout',
|
45333
|
+
url: 'https://sepoliascan.status.network',
|
45334
|
+
standard: 'EIP3091',
|
45335
|
+
icon: 'sn'
|
45336
|
+
}
|
45337
|
+
],
|
45338
|
+
status: 'active'
|
45339
|
+
},
|
45243
45340
|
{
|
45244
45341
|
name: 'Harmony Mainnet Shard 0',
|
45245
45342
|
chain: 'Harmony',
|