eth-chainlist 0.0.812 → 0.0.814
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 +35 -29
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.814 (2026-08-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.813 ([3d3fd4d](https://github.com/poowf/eth-chainlist/commit/3d3fd4dd2a98125f72d999f049ddeb62b8a47493))
|
|
9
|
+
* update chain data ([662c640](https://github.com/poowf/eth-chainlist/commit/662c64061e717357adb88e187e54e594f646eea1))
|
|
10
|
+
|
|
11
|
+
### 0.0.813 (2026-08-21)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.812 ([a537350](https://github.com/poowf/eth-chainlist/commit/a537350a3830e21a6faa44d2cf763fa0933f6329))
|
|
17
|
+
* update chain data ([f3220e4](https://github.com/poowf/eth-chainlist/commit/f3220e48f31efaf4c135f2df7f6ccbdafb54a4fd))
|
|
18
|
+
|
|
3
19
|
### 0.0.812 (2026-08-20)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -2798,20 +2798,21 @@ const chainArray = [
|
|
|
2798
2798
|
networkId: 132
|
|
2799
2799
|
},
|
|
2800
2800
|
{
|
|
2801
|
-
name: '
|
|
2802
|
-
title: '
|
|
2803
|
-
chain: '
|
|
2801
|
+
name: 'HSKChain Testnet',
|
|
2802
|
+
title: 'HSKChain Testnet',
|
|
2803
|
+
chain: 'HSKChain Testnet',
|
|
2804
|
+
icon: 'hskchain',
|
|
2804
2805
|
rpc: [ 'https://testnet.hsk.xyz' ],
|
|
2805
2806
|
faucets: [],
|
|
2806
2807
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
2807
|
-
infoURL: 'https://
|
|
2808
|
+
infoURL: 'https://hskchain.net',
|
|
2808
2809
|
shortName: 'HSKT',
|
|
2809
2810
|
chainId: 133,
|
|
2810
2811
|
networkId: 133,
|
|
2811
2812
|
explorers: [
|
|
2812
2813
|
{
|
|
2813
2814
|
name: 'blockscout',
|
|
2814
|
-
url: 'https://testnet-explorer.
|
|
2815
|
+
url: 'https://testnet-explorer.hskchain.net',
|
|
2815
2816
|
icon: 'blockscout',
|
|
2816
2817
|
standard: 'EIP3091'
|
|
2817
2818
|
}
|
|
@@ -3441,6 +3442,7 @@ const chainArray = [
|
|
|
3441
3442
|
{
|
|
3442
3443
|
name: 'Farm Chain',
|
|
3443
3444
|
chain: 'FMC',
|
|
3445
|
+
icon: 'fmc',
|
|
3444
3446
|
rpc: [ 'https://rpc.fmcscan.com' ],
|
|
3445
3447
|
faucets: [],
|
|
3446
3448
|
nativeCurrency: { name: 'Farm Coin', symbol: 'FMC', decimals: 18 },
|
|
@@ -3674,26 +3676,21 @@ const chainArray = [
|
|
|
3674
3676
|
]
|
|
3675
3677
|
},
|
|
3676
3678
|
{
|
|
3677
|
-
name: '
|
|
3678
|
-
title: '
|
|
3679
|
-
chain: '
|
|
3679
|
+
name: 'HSKChain',
|
|
3680
|
+
title: 'HSKChain',
|
|
3681
|
+
chain: 'HSKChain',
|
|
3682
|
+
icon: 'hskchain',
|
|
3680
3683
|
rpc: [ 'https://mainnet.hsk.xyz' ],
|
|
3681
3684
|
faucets: [],
|
|
3682
3685
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
3683
|
-
infoURL: 'https://
|
|
3686
|
+
infoURL: 'https://hskchain.net',
|
|
3684
3687
|
shortName: 'hsk',
|
|
3685
3688
|
chainId: 177,
|
|
3686
3689
|
networkId: 177,
|
|
3687
3690
|
explorers: [
|
|
3688
3691
|
{
|
|
3689
3692
|
name: 'blockscout',
|
|
3690
|
-
url: 'https://
|
|
3691
|
-
icon: 'blockscout',
|
|
3692
|
-
standard: 'EIP3091'
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
name: 'blockscout',
|
|
3696
|
-
url: 'https://explorer.hsk.xyz',
|
|
3693
|
+
url: 'https://hsk.blockscout.com',
|
|
3697
3694
|
icon: 'blockscout',
|
|
3698
3695
|
standard: 'EIP3091'
|
|
3699
3696
|
}
|
|
@@ -11018,6 +11015,7 @@ const chainArray = [
|
|
|
11018
11015
|
{
|
|
11019
11016
|
name: 'Nura Chain',
|
|
11020
11017
|
chain: 'Nura',
|
|
11018
|
+
icon: 'nura',
|
|
11021
11019
|
rpc: [ 'https://rpc.nurachain.net' ],
|
|
11022
11020
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
11023
11021
|
faucets: [],
|
|
@@ -23203,14 +23201,25 @@ const chainArray = [
|
|
|
23203
23201
|
{
|
|
23204
23202
|
name: 'Orden Global',
|
|
23205
23203
|
chain: 'OGB',
|
|
23206
|
-
rpc: [
|
|
23204
|
+
rpc: [
|
|
23205
|
+
'https://ordenglobal-rpc.com',
|
|
23206
|
+
'https://rpc.ordenglobal-rpc.com'
|
|
23207
|
+
],
|
|
23207
23208
|
faucets: [],
|
|
23208
23209
|
nativeCurrency: { name: 'Origen', symbol: 'ORIGEN', decimals: 18 },
|
|
23209
23210
|
infoURL: 'https://ordenglobal.org',
|
|
23210
23211
|
shortName: 'ogb',
|
|
23211
23212
|
chainId: 5550,
|
|
23212
23213
|
networkId: 5550,
|
|
23213
|
-
|
|
23214
|
+
icon: 'ordenglobal',
|
|
23215
|
+
explorers: [
|
|
23216
|
+
{
|
|
23217
|
+
name: 'ordenscan',
|
|
23218
|
+
url: 'https://ordenscan.com',
|
|
23219
|
+
standard: 'EIP3091'
|
|
23220
|
+
}
|
|
23221
|
+
],
|
|
23222
|
+
status: 'active'
|
|
23214
23223
|
},
|
|
23215
23224
|
{
|
|
23216
23225
|
name: 'Nahmii 2 Mainnet',
|
|
@@ -40071,10 +40080,10 @@ const chainArray = [
|
|
|
40071
40080
|
icon: 'berachain',
|
|
40072
40081
|
explorers: [
|
|
40073
40082
|
{
|
|
40074
|
-
name: '
|
|
40075
|
-
url: 'https://
|
|
40083
|
+
name: 'Berascan Bepolia Testnet Block Explorer',
|
|
40084
|
+
url: 'https://testnet.berascan.com',
|
|
40076
40085
|
icon: 'berachain',
|
|
40077
|
-
standard: '
|
|
40086
|
+
standard: 'EIP3091'
|
|
40078
40087
|
}
|
|
40079
40088
|
]
|
|
40080
40089
|
},
|
|
@@ -40139,14 +40148,9 @@ const chainArray = [
|
|
|
40139
40148
|
icon: 'berachain',
|
|
40140
40149
|
explorers: [
|
|
40141
40150
|
{
|
|
40142
|
-
name: 'Berascan',
|
|
40151
|
+
name: 'Berascan Berachain Block Explorer',
|
|
40143
40152
|
url: 'https://berascan.com',
|
|
40144
40153
|
standard: 'EIP3091'
|
|
40145
|
-
},
|
|
40146
|
-
{
|
|
40147
|
-
name: 'Beratrail',
|
|
40148
|
-
url: 'https://beratrail.io',
|
|
40149
|
-
standard: 'EIP3091'
|
|
40150
40154
|
}
|
|
40151
40155
|
]
|
|
40152
40156
|
},
|
|
@@ -42460,14 +42464,15 @@ const chainArray = [
|
|
|
42460
42464
|
name: 'Xitcoin',
|
|
42461
42465
|
chain: 'XITCOIN',
|
|
42462
42466
|
faucets: [],
|
|
42463
|
-
rpc: [
|
|
42467
|
+
rpc: [],
|
|
42464
42468
|
nativeCurrency: { name: 'Xitcoin', symbol: 'XTC', decimals: 18 },
|
|
42465
42469
|
infoURL: 'https://xitcoin.gitbook.io/guide/',
|
|
42466
42470
|
shortName: 'Xitcoin',
|
|
42467
42471
|
chainId: 101088,
|
|
42468
42472
|
networkId: 101088,
|
|
42469
42473
|
icon: 'xitcoin',
|
|
42470
|
-
explorers: []
|
|
42474
|
+
explorers: [],
|
|
42475
|
+
status: 'incubating'
|
|
42471
42476
|
},
|
|
42472
42477
|
{
|
|
42473
42478
|
name: 'Xitcoin Testnet',
|
|
@@ -44000,6 +44005,7 @@ const chainArray = [
|
|
|
44000
44005
|
shortName: 'mfenx',
|
|
44001
44006
|
chainId: 177155,
|
|
44002
44007
|
networkId: 177155,
|
|
44008
|
+
icon: 'mfenx',
|
|
44003
44009
|
status: 'active'
|
|
44004
44010
|
},
|
|
44005
44011
|
{
|