eth-chainlist 0.0.619 → 0.0.621
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 +100 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.621 (2025-02-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.620 ([75b80f9](https://github.com/poowf/eth-chainlist/commit/75b80f9958623f224058bb46deb388933b4b4afa))
|
9
|
+
* update chain data ([254f69f](https://github.com/poowf/eth-chainlist/commit/254f69f51dd3a244c9a308030bb179a575b5685c))
|
10
|
+
|
11
|
+
### 0.0.620 (2025-02-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.619 ([e4b0d02](https://github.com/poowf/eth-chainlist/commit/e4b0d02f7fa799c82bf5c1f9560341d78974a58f))
|
17
|
+
* update chain data ([4f30a42](https://github.com/poowf/eth-chainlist/commit/4f30a421c8e3ab2fc0e1ff5ea5d93513d7f4180e))
|
18
|
+
|
3
19
|
### 0.0.619 (2025-02-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -811,7 +811,7 @@ const chainArray = [
|
|
811
811
|
name: 'Telos EVM Mainnet',
|
812
812
|
chain: 'TLOS',
|
813
813
|
rpc: [
|
814
|
-
'https://
|
814
|
+
'https://rpc.telos.net',
|
815
815
|
'https://telos.drpc.org',
|
816
816
|
'wss://telos.drpc.org'
|
817
817
|
],
|
@@ -833,7 +833,7 @@ const chainArray = [
|
|
833
833
|
name: 'Telos EVM Testnet',
|
834
834
|
chain: 'TLOS',
|
835
835
|
rpc: [
|
836
|
-
'https://testnet.telos.net
|
836
|
+
'https://rpc.testnet.telos.net',
|
837
837
|
'https://telos-testnet.drpc.org',
|
838
838
|
'wss://telos-testnet.drpc.org'
|
839
839
|
],
|
@@ -9011,6 +9011,26 @@ const chainArray = [
|
|
9011
9011
|
}
|
9012
9012
|
]
|
9013
9013
|
},
|
9014
|
+
{
|
9015
|
+
name: 'Weber Governance Mainnet',
|
9016
|
+
chain: 'PTT',
|
9017
|
+
rpc: [ 'https://chain.myweber.org' ],
|
9018
|
+
faucets: [],
|
9019
|
+
nativeCurrency: { name: 'PALLET', symbol: 'PTT', decimals: 18 },
|
9020
|
+
infoURL: 'https://myweber.org',
|
9021
|
+
shortName: 'ptt',
|
9022
|
+
chainId: 881,
|
9023
|
+
networkId: 881,
|
9024
|
+
icon: 'ptt',
|
9025
|
+
explorers: [
|
9026
|
+
{
|
9027
|
+
name: 'Weber Governance Mainnet Explorer',
|
9028
|
+
url: 'https://mainnet.myweber.org',
|
9029
|
+
icon: 'ptt',
|
9030
|
+
standard: 'EIP3091'
|
9031
|
+
}
|
9032
|
+
]
|
9033
|
+
},
|
9014
9034
|
{
|
9015
9035
|
name: 'Wanchain',
|
9016
9036
|
chain: 'WAN',
|
@@ -31196,21 +31216,21 @@ const chainArray = [
|
|
31196
31216
|
}
|
31197
31217
|
},
|
31198
31218
|
{
|
31199
|
-
name: 'Somnia
|
31219
|
+
name: 'Somnia Testnet',
|
31200
31220
|
chain: 'Somnia',
|
31201
31221
|
rpc: [ 'https://dream-rpc.somnia.network' ],
|
31202
31222
|
faucets: [],
|
31203
|
-
nativeCurrency: { name: 'Somnia
|
31223
|
+
nativeCurrency: { name: 'Somnia Testnet', symbol: 'STT', decimals: 18 },
|
31204
31224
|
features: [ { name: 'EIP155' } ],
|
31205
31225
|
infoURL: 'https://somnia.network',
|
31206
|
-
shortName: '
|
31207
|
-
chainId:
|
31208
|
-
networkId:
|
31226
|
+
shortName: 'SomniaTestnet',
|
31227
|
+
chainId: 50312,
|
31228
|
+
networkId: 50312,
|
31209
31229
|
icon: 'somnia',
|
31210
31230
|
explorers: [
|
31211
31231
|
{
|
31212
|
-
name: 'Somnia
|
31213
|
-
url: 'https://somnia-
|
31232
|
+
name: 'Somnia Testnet',
|
31233
|
+
url: 'https://somnia-testnet.socialscan.io',
|
31214
31234
|
icon: 'somnia',
|
31215
31235
|
standard: 'EIP3091'
|
31216
31236
|
}
|
@@ -31360,6 +31380,27 @@ const chainArray = [
|
|
31360
31380
|
}
|
31361
31381
|
]
|
31362
31382
|
},
|
31383
|
+
{
|
31384
|
+
name: 'Cytonic L2 Testnet',
|
31385
|
+
chain: 'CytonicL2',
|
31386
|
+
rpc: [ 'http://rpc.evm.testnet.cytonic.com' ],
|
31387
|
+
faucets: [],
|
31388
|
+
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
31389
|
+
infoURL: 'https://cytonic.com',
|
31390
|
+
shortName: 'CL2T',
|
31391
|
+
chainId: 52226,
|
31392
|
+
networkId: 52226,
|
31393
|
+
icon: 'cytonic_l2',
|
31394
|
+
explorers: [
|
31395
|
+
{
|
31396
|
+
name: 'blockscout',
|
31397
|
+
url: 'https://explorer.evm.testnet.cytonic.com',
|
31398
|
+
icon: 'cytonic_l2',
|
31399
|
+
standard: 'EIP3091'
|
31400
|
+
}
|
31401
|
+
],
|
31402
|
+
parent: { type: 'L2', chain: 'eip155-52225' }
|
31403
|
+
},
|
31363
31404
|
{
|
31364
31405
|
name: 'DOID',
|
31365
31406
|
chain: 'DOID',
|
@@ -33646,6 +33687,19 @@ const chainArray = [
|
|
33646
33687
|
}
|
33647
33688
|
]
|
33648
33689
|
},
|
33690
|
+
{
|
33691
|
+
name: 'Berachain Bepolia',
|
33692
|
+
chain: 'Berachain',
|
33693
|
+
rpc: [ 'https://testnet.rpc.berachain.com' ],
|
33694
|
+
faucets: [],
|
33695
|
+
nativeCurrency: { name: 'Testnet BERA Token', symbol: 'BERA', decimals: 18 },
|
33696
|
+
infoURL: 'https://www.berachain.com',
|
33697
|
+
shortName: 'berachain-bepolia',
|
33698
|
+
chainId: 80069,
|
33699
|
+
networkId: 80069,
|
33700
|
+
icon: 'berachain',
|
33701
|
+
explorers: []
|
33702
|
+
},
|
33649
33703
|
{
|
33650
33704
|
name: 'Berachain bArtio',
|
33651
33705
|
chain: 'Berachain bArtio',
|
@@ -37146,8 +37200,8 @@ const chainArray = [
|
|
37146
37200
|
]
|
37147
37201
|
},
|
37148
37202
|
{
|
37149
|
-
name: '
|
37150
|
-
chain: '
|
37203
|
+
name: 'Heima',
|
37204
|
+
chain: 'Heima',
|
37151
37205
|
rpc: [
|
37152
37206
|
'https://rpc.litentry-parachain.litentry.io',
|
37153
37207
|
'wss://rpc.litentry-parachain.litentry.io',
|
@@ -37155,16 +37209,16 @@ const chainArray = [
|
|
37155
37209
|
'wss://litentry-rpc.dwellir.com'
|
37156
37210
|
],
|
37157
37211
|
faucets: [],
|
37158
|
-
nativeCurrency: { name: '
|
37159
|
-
infoURL: 'https://
|
37160
|
-
shortName: '
|
37212
|
+
nativeCurrency: { name: 'Heima', symbol: 'HEI', decimals: 18 },
|
37213
|
+
infoURL: 'https://heima.network',
|
37214
|
+
shortName: 'heima',
|
37161
37215
|
chainId: 212013,
|
37162
37216
|
networkId: 212013,
|
37163
|
-
icon: '
|
37217
|
+
icon: 'heima',
|
37164
37218
|
explorers: [
|
37165
37219
|
{
|
37166
|
-
name: '
|
37167
|
-
url: 'https://
|
37220
|
+
name: 'heima statescan',
|
37221
|
+
url: 'https://heima.statescan.io',
|
37168
37222
|
standard: 'none'
|
37169
37223
|
}
|
37170
37224
|
]
|
@@ -37235,7 +37289,16 @@ const chainArray = [
|
|
37235
37289
|
{
|
37236
37290
|
name: 'Hydration',
|
37237
37291
|
chain: 'HDX',
|
37238
|
-
rpc: [
|
37292
|
+
rpc: [
|
37293
|
+
'https://rpc.hydradx.cloud',
|
37294
|
+
'wss://rpc.hydradx.cloud',
|
37295
|
+
'https://hydration-rpc.n.dwellir.com',
|
37296
|
+
'wss://hydration-rpc.n.dwellir.com',
|
37297
|
+
'https://rpc.helikon.io/hydradx',
|
37298
|
+
'wss://rpc.helikon.io/hydradx',
|
37299
|
+
'https://hydration.dotters.network',
|
37300
|
+
'wss://hydration.dotters.network'
|
37301
|
+
],
|
37239
37302
|
faucets: [],
|
37240
37303
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
37241
37304
|
infoURL: 'https://hydration.net/',
|
@@ -39154,6 +39217,25 @@ const chainArray = [
|
|
39154
39217
|
],
|
39155
39218
|
parent: { type: 'L2', chain: 'eip155-1' }
|
39156
39219
|
},
|
39220
|
+
{
|
39221
|
+
name: 'Hetu Testnet',
|
39222
|
+
chain: 'HETU',
|
39223
|
+
rpc: [ 'https://rpc.testchainv1.hetuscan.com' ],
|
39224
|
+
faucets: [ 'https:/testchainv1.hetuscan.com' ],
|
39225
|
+
nativeCurrency: { name: 'tETH', symbol: 'tETH', decimals: 18 },
|
39226
|
+
infoURL: 'https://hetu.org',
|
39227
|
+
shortName: 'HETU',
|
39228
|
+
chainId: 560000,
|
39229
|
+
networkId: 560000,
|
39230
|
+
explorers: [
|
39231
|
+
{
|
39232
|
+
name: 'Hetu Testnet Scan',
|
39233
|
+
url: 'http://testchainv1.hetuscan.com',
|
39234
|
+
icon: 'hetu',
|
39235
|
+
standard: 'EIP3091'
|
39236
|
+
}
|
39237
|
+
]
|
39238
|
+
},
|
39157
39239
|
{
|
39158
39240
|
name: 'DJT Testnet',
|
39159
39241
|
chain: 'DJT',
|