eth-chainlist 0.0.735 → 0.0.737
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 +126 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.737 (2026-03-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.736 ([5fc01a5](https://github.com/poowf/eth-chainlist/commit/5fc01a5b6f45e4d00d41cadd744fd60dd7cf4e23))
|
|
9
|
+
* update chain data ([b892f19](https://github.com/poowf/eth-chainlist/commit/b892f19ff6d130957501cce6c20bdd46047b6808))
|
|
10
|
+
|
|
11
|
+
### 0.0.736 (2026-03-18)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.735 ([35ceb96](https://github.com/poowf/eth-chainlist/commit/35ceb96e477d79fee5603eaacae70eedacad8aaa))
|
|
17
|
+
* update chain data ([7258aa0](https://github.com/poowf/eth-chainlist/commit/7258aa0078470558588870a4dad83f18f97e47a5))
|
|
18
|
+
|
|
3
19
|
### 0.0.735 (2026-02-18)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -2804,17 +2804,17 @@ const chainArray = [
|
|
|
2804
2804
|
name: 'HashKey Chain Testnet',
|
|
2805
2805
|
title: 'HashKey Chain Testnet',
|
|
2806
2806
|
chain: 'HashKey Chain Testnet',
|
|
2807
|
-
rpc: [ 'https://
|
|
2807
|
+
rpc: [ 'https://testnet.hsk.xyz' ],
|
|
2808
2808
|
faucets: [],
|
|
2809
2809
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
2810
|
-
infoURL: 'https://
|
|
2810
|
+
infoURL: 'https://hashkeychain.net',
|
|
2811
2811
|
shortName: 'HSKT',
|
|
2812
2812
|
chainId: 133,
|
|
2813
2813
|
networkId: 133,
|
|
2814
2814
|
explorers: [
|
|
2815
2815
|
{
|
|
2816
2816
|
name: 'blockscout',
|
|
2817
|
-
url: 'https://
|
|
2817
|
+
url: 'https://testnet-explorer.hsk.xyz',
|
|
2818
2818
|
icon: 'blockscout',
|
|
2819
2819
|
standard: 'EIP3091'
|
|
2820
2820
|
}
|
|
@@ -12711,6 +12711,26 @@ const chainArray = [
|
|
|
12711
12711
|
}
|
|
12712
12712
|
]
|
|
12713
12713
|
},
|
|
12714
|
+
{
|
|
12715
|
+
name: 'BIE',
|
|
12716
|
+
chain: 'BIE',
|
|
12717
|
+
rpc: [ 'https://rpc.bie.ai', 'https://api.bie.ai' ],
|
|
12718
|
+
faucets: [ 'https://app.bie.ai/faucet' ],
|
|
12719
|
+
nativeCurrency: { name: 'BIE', symbol: 'BIE', decimals: 18 },
|
|
12720
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
12721
|
+
infoURL: 'https://bie.ai',
|
|
12722
|
+
shortName: 'bie',
|
|
12723
|
+
chainId: 1342,
|
|
12724
|
+
networkId: 1342,
|
|
12725
|
+
icon: 'bie',
|
|
12726
|
+
explorers: [
|
|
12727
|
+
{
|
|
12728
|
+
name: 'BIE Explorer',
|
|
12729
|
+
url: 'https://app.bie.ai/explorer',
|
|
12730
|
+
standard: 'EIP3091'
|
|
12731
|
+
}
|
|
12732
|
+
]
|
|
12733
|
+
},
|
|
12714
12734
|
{
|
|
12715
12735
|
name: 'Blitz Subnet',
|
|
12716
12736
|
chain: 'BLITZ',
|
|
@@ -15974,6 +15994,25 @@ const chainArray = [
|
|
|
15974
15994
|
}
|
|
15975
15995
|
]
|
|
15976
15996
|
},
|
|
15997
|
+
{
|
|
15998
|
+
name: 'MFX Network',
|
|
15999
|
+
chain: 'MFX',
|
|
16000
|
+
rpc: [ 'https://rpc.mfx.network/rpc' ],
|
|
16001
|
+
faucets: [],
|
|
16002
|
+
nativeCurrency: { name: 'MFX', symbol: 'MFX', decimals: 18 },
|
|
16003
|
+
infoURL: 'https://docs.mfx.network/integration.html',
|
|
16004
|
+
shortName: 'mfx',
|
|
16005
|
+
chainId: 2064,
|
|
16006
|
+
networkId: 2064,
|
|
16007
|
+
icon: 'mfx',
|
|
16008
|
+
explorers: [
|
|
16009
|
+
{
|
|
16010
|
+
name: 'MFX Explorer',
|
|
16011
|
+
url: 'https://explorer.mfx.network',
|
|
16012
|
+
standard: 'EIP3091'
|
|
16013
|
+
}
|
|
16014
|
+
]
|
|
16015
|
+
},
|
|
15977
16016
|
{
|
|
15978
16017
|
name: 'Metacces Mainnet',
|
|
15979
16018
|
chain: 'Metacces Mainnet',
|
|
@@ -21391,20 +21430,25 @@ const chainArray = [
|
|
|
21391
21430
|
]
|
|
21392
21431
|
},
|
|
21393
21432
|
{
|
|
21394
|
-
name: 'Seismic
|
|
21433
|
+
name: 'Seismic Testnet',
|
|
21395
21434
|
chain: 'Seismic',
|
|
21396
|
-
rpc: [
|
|
21397
|
-
|
|
21435
|
+
rpc: [
|
|
21436
|
+
'https://gcp-1.seismictest.net/rpc',
|
|
21437
|
+
'https://gcp-2.seismictest.net/rpc',
|
|
21438
|
+
'wss://gcp-1.seismictest.net/ws',
|
|
21439
|
+
'wss://gcp-2.seismictest.net/ws'
|
|
21440
|
+
],
|
|
21441
|
+
faucets: [ 'https://faucet.seismictest.net' ],
|
|
21398
21442
|
nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
|
|
21399
21443
|
features: [ { name: 'EIP155' } ],
|
|
21400
21444
|
infoURL: 'https://seismic.systems',
|
|
21401
|
-
shortName: 'seismic-
|
|
21445
|
+
shortName: 'seismic-testnet',
|
|
21402
21446
|
chainId: 5124,
|
|
21403
21447
|
networkId: 5124,
|
|
21404
21448
|
explorers: [
|
|
21405
21449
|
{
|
|
21406
|
-
name: 'Seismic
|
|
21407
|
-
url: 'https://
|
|
21450
|
+
name: 'Seismic Testnet Explorer',
|
|
21451
|
+
url: 'https://seismic-testnet.socialscan.io',
|
|
21408
21452
|
standard: 'EIP3091'
|
|
21409
21453
|
}
|
|
21410
21454
|
]
|
|
@@ -24966,6 +25010,52 @@ const chainArray = [
|
|
|
24966
25010
|
}
|
|
24967
25011
|
]
|
|
24968
25012
|
},
|
|
25013
|
+
{
|
|
25014
|
+
name: 'StableNet Mainnet',
|
|
25015
|
+
chain: 'StableNet',
|
|
25016
|
+
rpc: [],
|
|
25017
|
+
features: [
|
|
25018
|
+
{ name: 'EIP155' },
|
|
25019
|
+
{ name: 'EIP1559' },
|
|
25020
|
+
{ name: 'EIP7702' },
|
|
25021
|
+
{ name: 'EIP2930' }
|
|
25022
|
+
],
|
|
25023
|
+
faucets: [],
|
|
25024
|
+
nativeCurrency: { name: 'WKRC', symbol: 'WKRC', decimals: 18 },
|
|
25025
|
+
infoURL: 'https://stablenet.network',
|
|
25026
|
+
shortName: 'stablenet',
|
|
25027
|
+
chainId: 8282,
|
|
25028
|
+
networkId: 8282,
|
|
25029
|
+
status: 'incubating',
|
|
25030
|
+
explorers: []
|
|
25031
|
+
},
|
|
25032
|
+
{
|
|
25033
|
+
name: 'StableNet Testnet',
|
|
25034
|
+
chain: 'StableNet',
|
|
25035
|
+
rpc: [
|
|
25036
|
+
'https://api.test.stablenet.network',
|
|
25037
|
+
'wss://ws.test.stablenet.network'
|
|
25038
|
+
],
|
|
25039
|
+
features: [
|
|
25040
|
+
{ name: 'EIP155' },
|
|
25041
|
+
{ name: 'EIP1559' },
|
|
25042
|
+
{ name: 'EIP7702' },
|
|
25043
|
+
{ name: 'EIP2930' }
|
|
25044
|
+
],
|
|
25045
|
+
faucets: [ 'https://faucet.stablenet.network' ],
|
|
25046
|
+
nativeCurrency: { name: 'WKRC', symbol: 'WKRC', decimals: 18 },
|
|
25047
|
+
infoURL: 'https://stablenet.network',
|
|
25048
|
+
shortName: 'stablenet-testnet',
|
|
25049
|
+
chainId: 8283,
|
|
25050
|
+
networkId: 8283,
|
|
25051
|
+
explorers: [
|
|
25052
|
+
{
|
|
25053
|
+
name: 'StableNet Testnet Explorer',
|
|
25054
|
+
url: 'https://explorer.stablenet.network',
|
|
25055
|
+
standard: 'EIP3091'
|
|
25056
|
+
}
|
|
25057
|
+
]
|
|
25058
|
+
},
|
|
24969
25059
|
{
|
|
24970
25060
|
name: 'KorthoTest',
|
|
24971
25061
|
chain: 'Kortho',
|
|
@@ -29369,9 +29459,10 @@ const chainArray = [
|
|
|
29369
29459
|
shortName: 'cph',
|
|
29370
29460
|
chainId: 16166,
|
|
29371
29461
|
networkId: 16166,
|
|
29462
|
+
icon: 'Cypherium',
|
|
29372
29463
|
explorers: [
|
|
29373
29464
|
{
|
|
29374
|
-
name: '
|
|
29465
|
+
name: 'Cypherium Explorer (Ethernal)',
|
|
29375
29466
|
url: 'https://cypherium.tryethernal.com',
|
|
29376
29467
|
standard: 'EIP3091'
|
|
29377
29468
|
}
|
|
@@ -42250,6 +42341,31 @@ const chainArray = [
|
|
|
42250
42341
|
}
|
|
42251
42342
|
]
|
|
42252
42343
|
},
|
|
42344
|
+
{
|
|
42345
|
+
name: 'Datachain Rope',
|
|
42346
|
+
chain: 'DATACHAIN',
|
|
42347
|
+
icon: 'datachain',
|
|
42348
|
+
rpc: [
|
|
42349
|
+
'https://erpc.datachain.network',
|
|
42350
|
+
'wss://ws.datachain.network',
|
|
42351
|
+
'https://erpc.rope.network',
|
|
42352
|
+
'wss://ws.rope.network'
|
|
42353
|
+
],
|
|
42354
|
+
faucets: [ 'https://faucet.datachain.network' ],
|
|
42355
|
+
nativeCurrency: { name: 'DC FAT', symbol: 'FAT', decimals: 18 },
|
|
42356
|
+
infoURL: 'https://datachain.network',
|
|
42357
|
+
shortName: 'datachain',
|
|
42358
|
+
chainId: 271828,
|
|
42359
|
+
networkId: 271828,
|
|
42360
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
42361
|
+
explorers: [
|
|
42362
|
+
{
|
|
42363
|
+
name: 'DC Scan',
|
|
42364
|
+
url: 'https://dcscan.io',
|
|
42365
|
+
standard: 'EIP3091'
|
|
42366
|
+
}
|
|
42367
|
+
]
|
|
42368
|
+
},
|
|
42253
42369
|
{
|
|
42254
42370
|
name: 'Nxy Area 51',
|
|
42255
42371
|
chain: 'NXY',
|