eth-chainlist 0.0.734 → 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 +16 -0
- package/data/chain.js +224 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.735 (2026-02-18)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.734 ([664772f](https://github.com/poowf/eth-chainlist/commit/664772f72ad4e9249e2cd1d002f2aafe157c6ddb))
|
|
17
|
+
* update chain data ([767e8a5](https://github.com/poowf/eth-chainlist/commit/767e8a549bbdd76b6a1167ecb5ddab875c645f52))
|
|
18
|
+
|
|
3
19
|
### 0.0.734 (2026-02-06)
|
|
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
|
}
|
|
@@ -12120,6 +12120,30 @@ const chainArray = [
|
|
|
12120
12120
|
}
|
|
12121
12121
|
]
|
|
12122
12122
|
},
|
|
12123
|
+
{
|
|
12124
|
+
name: 'Irys Testnet V1',
|
|
12125
|
+
chain: 'IRYS',
|
|
12126
|
+
rpc: [
|
|
12127
|
+
'https://testnet-rpc.irys.xyz/v1/execution-rpc',
|
|
12128
|
+
'https://testnet-rpc-2.irys.xyz/v1/execution-rpc'
|
|
12129
|
+
],
|
|
12130
|
+
faucets: [],
|
|
12131
|
+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
12132
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
12133
|
+
infoURL: 'https://irys.xyz',
|
|
12134
|
+
shortName: 'irys-testnet-v1',
|
|
12135
|
+
chainId: 1270,
|
|
12136
|
+
networkId: 1270,
|
|
12137
|
+
icon: 'irys',
|
|
12138
|
+
explorers: [
|
|
12139
|
+
{
|
|
12140
|
+
name: 'Irys Testnet Explorer',
|
|
12141
|
+
url: 'https://testnet-explorer.irys.xyz',
|
|
12142
|
+
icon: 'irys',
|
|
12143
|
+
standard: 'none'
|
|
12144
|
+
}
|
|
12145
|
+
]
|
|
12146
|
+
},
|
|
12123
12147
|
{
|
|
12124
12148
|
name: 'HALO Mainnet',
|
|
12125
12149
|
chain: 'HALO',
|
|
@@ -12687,6 +12711,26 @@ const chainArray = [
|
|
|
12687
12711
|
}
|
|
12688
12712
|
]
|
|
12689
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
|
+
},
|
|
12690
12734
|
{
|
|
12691
12735
|
name: 'Blitz Subnet',
|
|
12692
12736
|
chain: 'BLITZ',
|
|
@@ -15553,6 +15597,7 @@ const chainArray = [
|
|
|
15553
15597
|
shortName: 'ron',
|
|
15554
15598
|
chainId: 2020,
|
|
15555
15599
|
networkId: 2020,
|
|
15600
|
+
icon: 'ronin',
|
|
15556
15601
|
redFlags: [ 'reusedChainId' ],
|
|
15557
15602
|
explorers: [
|
|
15558
15603
|
{
|
|
@@ -15949,6 +15994,25 @@ const chainArray = [
|
|
|
15949
15994
|
}
|
|
15950
15995
|
]
|
|
15951
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
|
+
},
|
|
15952
16016
|
{
|
|
15953
16017
|
name: 'Metacces Mainnet',
|
|
15954
16018
|
chain: 'Metacces Mainnet',
|
|
@@ -18507,7 +18571,10 @@ const chainArray = [
|
|
|
18507
18571
|
{
|
|
18508
18572
|
name: 'Irys Mainnet Beta',
|
|
18509
18573
|
chain: 'IRYS',
|
|
18510
|
-
rpc: [
|
|
18574
|
+
rpc: [
|
|
18575
|
+
'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc',
|
|
18576
|
+
'https://mainnet-beta-rpc-2.irys.xyz/v1/execution-rpc'
|
|
18577
|
+
],
|
|
18511
18578
|
faucets: [],
|
|
18512
18579
|
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
18513
18580
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
@@ -24938,6 +25005,52 @@ const chainArray = [
|
|
|
24938
25005
|
}
|
|
24939
25006
|
]
|
|
24940
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
|
+
},
|
|
24941
25054
|
{
|
|
24942
25055
|
name: 'KorthoTest',
|
|
24943
25056
|
chain: 'Kortho',
|
|
@@ -32760,6 +32873,56 @@ const chainArray = [
|
|
|
32760
32873
|
}
|
|
32761
32874
|
]
|
|
32762
32875
|
},
|
|
32876
|
+
{
|
|
32877
|
+
name: 'AMA Testnet',
|
|
32878
|
+
chain: 'AMA',
|
|
32879
|
+
rpc: [ 'https://testnet-rpc.ama.one' ],
|
|
32880
|
+
faucets: [ 'https://mcp.ama.one/testnet-faucet' ],
|
|
32881
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
32882
|
+
infoURL: 'https://ama.one',
|
|
32883
|
+
shortName: 'AMA-TESTNET',
|
|
32884
|
+
chainId: 36968,
|
|
32885
|
+
networkId: 36968,
|
|
32886
|
+
slip44: 1,
|
|
32887
|
+
status: 'incubating',
|
|
32888
|
+
explorers: [
|
|
32889
|
+
{
|
|
32890
|
+
name: 'AMA Explorer Testnet',
|
|
32891
|
+
url: 'https://testnet-ama.ddns.net',
|
|
32892
|
+
standard: 'none'
|
|
32893
|
+
},
|
|
32894
|
+
{
|
|
32895
|
+
name: 'AMA Explorer Testnet Alt',
|
|
32896
|
+
url: 'https://testnet.explorer.ama.one',
|
|
32897
|
+
standard: 'none'
|
|
32898
|
+
}
|
|
32899
|
+
]
|
|
32900
|
+
},
|
|
32901
|
+
{
|
|
32902
|
+
name: 'AMA Mainnet',
|
|
32903
|
+
chain: 'AMA',
|
|
32904
|
+
rpc: [ 'https://mainnet-rpc.ama.one' ],
|
|
32905
|
+
faucets: [],
|
|
32906
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
32907
|
+
infoURL: 'https://ama.one',
|
|
32908
|
+
shortName: 'AMA',
|
|
32909
|
+
chainId: 36969,
|
|
32910
|
+
networkId: 36969,
|
|
32911
|
+
slip44: 36969,
|
|
32912
|
+
status: 'active',
|
|
32913
|
+
explorers: [
|
|
32914
|
+
{
|
|
32915
|
+
name: 'AMA Explorer Mainnet',
|
|
32916
|
+
url: 'https://ama-explorer.ddns.net',
|
|
32917
|
+
standard: 'none'
|
|
32918
|
+
},
|
|
32919
|
+
{
|
|
32920
|
+
name: 'AMA Explorer Mainnet Alt',
|
|
32921
|
+
url: 'https://explorer.ama.one',
|
|
32922
|
+
standard: 'none'
|
|
32923
|
+
}
|
|
32924
|
+
]
|
|
32925
|
+
},
|
|
32763
32926
|
{
|
|
32764
32927
|
name: 'Lens Testnet',
|
|
32765
32928
|
title: 'Lens Network Sepolia Testnet',
|
|
@@ -41379,6 +41542,38 @@ const chainArray = [
|
|
|
41379
41542
|
}
|
|
41380
41543
|
]
|
|
41381
41544
|
},
|
|
41545
|
+
{
|
|
41546
|
+
name: 'Ronin Saigon Testnet',
|
|
41547
|
+
chain: 'ronin',
|
|
41548
|
+
rpc: [
|
|
41549
|
+
'https://saigon-testnet.roninchain.com/rpc',
|
|
41550
|
+
'https://ronin-saigon.drpc.org'
|
|
41551
|
+
],
|
|
41552
|
+
faucets: [ 'https://faucet.roninchain.com/' ],
|
|
41553
|
+
nativeCurrency: { name: 'Ronin', symbol: 'RON', decimals: 18 },
|
|
41554
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
41555
|
+
infoURL: 'https://roninchain.com',
|
|
41556
|
+
shortName: 'ronin-saigon',
|
|
41557
|
+
chainId: 202601,
|
|
41558
|
+
networkId: 202601,
|
|
41559
|
+
icon: 'ronin',
|
|
41560
|
+
explorers: [
|
|
41561
|
+
{
|
|
41562
|
+
name: 'Ronin Saigon Explorer',
|
|
41563
|
+
url: 'https://saigon-explorer.roninchain.com',
|
|
41564
|
+
standard: 'EIP3091'
|
|
41565
|
+
}
|
|
41566
|
+
],
|
|
41567
|
+
parent: {
|
|
41568
|
+
type: 'L2',
|
|
41569
|
+
chain: 'eip155-11155111',
|
|
41570
|
+
bridges: [
|
|
41571
|
+
{
|
|
41572
|
+
url: 'https://saigon-testnet-cc58e966ql-f24a704b3d708471.testnets.rollbridge.app/'
|
|
41573
|
+
}
|
|
41574
|
+
]
|
|
41575
|
+
}
|
|
41576
|
+
},
|
|
41382
41577
|
{
|
|
41383
41578
|
name: 'Jellie',
|
|
41384
41579
|
title: 'Twala Testnet Jellie',
|
|
@@ -42140,6 +42335,31 @@ const chainArray = [
|
|
|
42140
42335
|
}
|
|
42141
42336
|
]
|
|
42142
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
|
+
},
|
|
42143
42363
|
{
|
|
42144
42364
|
name: 'Nxy Area 51',
|
|
42145
42365
|
chain: 'NXY',
|