eth-chainlist 0.0.735 → 0.0.736
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 +113 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.736 (2026-03-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.735 ([35ceb96](https://github.com/poowf/eth-chainlist/commit/35ceb96e477d79fee5603eaacae70eedacad8aaa))
|
|
9
|
+
* update chain data ([7258aa0](https://github.com/poowf/eth-chainlist/commit/7258aa0078470558588870a4dad83f18f97e47a5))
|
|
10
|
+
|
|
3
11
|
### 0.0.735 (2026-02-18)
|
|
4
12
|
|
|
5
13
|
|
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',
|
|
@@ -24966,6 +25005,52 @@ const chainArray = [
|
|
|
24966
25005
|
}
|
|
24967
25006
|
]
|
|
24968
25007
|
},
|
|
25008
|
+
{
|
|
25009
|
+
name: 'StableNet Mainnet',
|
|
25010
|
+
chain: 'StableNet',
|
|
25011
|
+
rpc: [],
|
|
25012
|
+
features: [
|
|
25013
|
+
{ name: 'EIP155' },
|
|
25014
|
+
{ name: 'EIP1559' },
|
|
25015
|
+
{ name: 'EIP7702' },
|
|
25016
|
+
{ name: 'EIP2930' }
|
|
25017
|
+
],
|
|
25018
|
+
faucets: [],
|
|
25019
|
+
nativeCurrency: { name: 'WKRC', symbol: 'WKRC', decimals: 18 },
|
|
25020
|
+
infoURL: 'https://stablenet.network',
|
|
25021
|
+
shortName: 'stablenet',
|
|
25022
|
+
chainId: 8282,
|
|
25023
|
+
networkId: 8282,
|
|
25024
|
+
status: 'incubating',
|
|
25025
|
+
explorers: []
|
|
25026
|
+
},
|
|
25027
|
+
{
|
|
25028
|
+
name: 'StableNet Testnet',
|
|
25029
|
+
chain: 'StableNet',
|
|
25030
|
+
rpc: [
|
|
25031
|
+
'https://api.test.stablenet.network',
|
|
25032
|
+
'wss://ws.test.stablenet.network'
|
|
25033
|
+
],
|
|
25034
|
+
features: [
|
|
25035
|
+
{ name: 'EIP155' },
|
|
25036
|
+
{ name: 'EIP1559' },
|
|
25037
|
+
{ name: 'EIP7702' },
|
|
25038
|
+
{ name: 'EIP2930' }
|
|
25039
|
+
],
|
|
25040
|
+
faucets: [ 'https://faucet.stablenet.network' ],
|
|
25041
|
+
nativeCurrency: { name: 'WKRC', symbol: 'WKRC', decimals: 18 },
|
|
25042
|
+
infoURL: 'https://stablenet.network',
|
|
25043
|
+
shortName: 'stablenet-testnet',
|
|
25044
|
+
chainId: 8283,
|
|
25045
|
+
networkId: 8283,
|
|
25046
|
+
explorers: [
|
|
25047
|
+
{
|
|
25048
|
+
name: 'StableNet Testnet Explorer',
|
|
25049
|
+
url: 'https://explorer.stablenet.network',
|
|
25050
|
+
standard: 'EIP3091'
|
|
25051
|
+
}
|
|
25052
|
+
]
|
|
25053
|
+
},
|
|
24969
25054
|
{
|
|
24970
25055
|
name: 'KorthoTest',
|
|
24971
25056
|
chain: 'Kortho',
|
|
@@ -42250,6 +42335,31 @@ const chainArray = [
|
|
|
42250
42335
|
}
|
|
42251
42336
|
]
|
|
42252
42337
|
},
|
|
42338
|
+
{
|
|
42339
|
+
name: 'Datachain Rope',
|
|
42340
|
+
chain: 'DATACHAIN',
|
|
42341
|
+
icon: 'datachain',
|
|
42342
|
+
rpc: [
|
|
42343
|
+
'https://erpc.datachain.network',
|
|
42344
|
+
'wss://ws.datachain.network',
|
|
42345
|
+
'https://erpc.rope.network',
|
|
42346
|
+
'wss://ws.rope.network'
|
|
42347
|
+
],
|
|
42348
|
+
faucets: [ 'https://faucet.datachain.network' ],
|
|
42349
|
+
nativeCurrency: { name: 'DC FAT', symbol: 'FAT', decimals: 18 },
|
|
42350
|
+
infoURL: 'https://datachain.network',
|
|
42351
|
+
shortName: 'datachain',
|
|
42352
|
+
chainId: 271828,
|
|
42353
|
+
networkId: 271828,
|
|
42354
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
42355
|
+
explorers: [
|
|
42356
|
+
{
|
|
42357
|
+
name: 'DC Scan',
|
|
42358
|
+
url: 'https://dcscan.io',
|
|
42359
|
+
standard: 'EIP3091'
|
|
42360
|
+
}
|
|
42361
|
+
]
|
|
42362
|
+
},
|
|
42253
42363
|
{
|
|
42254
42364
|
name: 'Nxy Area 51',
|
|
42255
42365
|
chain: 'NXY',
|