eth-chainlist 0.0.675 → 0.0.677
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 +68 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.677 (2025-07-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.676 ([9bbc431](https://github.com/poowf/eth-chainlist/commit/9bbc431e0f4f0bed6bcba7705d5296d4e31f462b))
|
9
|
+
* update chain data ([7012963](https://github.com/poowf/eth-chainlist/commit/70129632604e4d9172599fdc8fd430f92b58d19e))
|
10
|
+
|
11
|
+
### 0.0.676 (2025-07-29)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.675 ([72f65e6](https://github.com/poowf/eth-chainlist/commit/72f65e67e20f18e03fc3032cfd9d5c116504d62d))
|
17
|
+
* update chain data ([7917da4](https://github.com/poowf/eth-chainlist/commit/7917da473fdd64a98d7d54324302383369f2542b))
|
18
|
+
|
3
19
|
### 0.0.675 (2025-07-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3553,6 +3553,25 @@ const chainArray = [
|
|
3553
3553
|
networkId: 172,
|
3554
3554
|
slip44: 1
|
3555
3555
|
},
|
3556
|
+
{
|
3557
|
+
name: 'ENI Mainnet',
|
3558
|
+
chain: 'ENI',
|
3559
|
+
rpc: [ 'https://rpc.eniac.network' ],
|
3560
|
+
faucets: [],
|
3561
|
+
nativeCurrency: { name: 'ENI', symbol: 'ENI', decimals: 18 },
|
3562
|
+
infoURL: 'https://eniac.network/',
|
3563
|
+
shortName: 'eni',
|
3564
|
+
chainId: 173,
|
3565
|
+
networkId: 173,
|
3566
|
+
icon: 'eni',
|
3567
|
+
explorers: [
|
3568
|
+
{
|
3569
|
+
name: 'ENI Explorer',
|
3570
|
+
url: 'https://scan.eniac.network',
|
3571
|
+
standard: 'EIP3091'
|
3572
|
+
}
|
3573
|
+
]
|
3574
|
+
},
|
3556
3575
|
{
|
3557
3576
|
name: 'OTC',
|
3558
3577
|
chain: 'OTC',
|
@@ -4861,9 +4880,9 @@ const chainArray = [
|
|
4861
4880
|
'wss://fraxtal-rpc.publicnode.com'
|
4862
4881
|
],
|
4863
4882
|
faucets: [],
|
4864
|
-
nativeCurrency: { name: 'Frax
|
4883
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
4865
4884
|
infoURL: 'https://mainnet.frax.com',
|
4866
|
-
shortName: '
|
4885
|
+
shortName: 'frax',
|
4867
4886
|
chainId: 252,
|
4868
4887
|
networkId: 252,
|
4869
4888
|
icon: 'fraxtal',
|
@@ -21061,8 +21080,8 @@ const chainArray = [
|
|
21061
21080
|
name: 'Tanssi Demo',
|
21062
21081
|
chain: 'TANGO',
|
21063
21082
|
rpc: [
|
21064
|
-
'https://
|
21065
|
-
'wss://
|
21083
|
+
'https://dancelight-2001.tanssi-api.network',
|
21084
|
+
'wss://dancelight-2001.tanssi-api.network'
|
21066
21085
|
],
|
21067
21086
|
faucets: [ 'https://apps.tanssi.network/demo' ],
|
21068
21087
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
@@ -21073,7 +21092,7 @@ const chainArray = [
|
|
21073
21092
|
explorers: [
|
21074
21093
|
{
|
21075
21094
|
name: 'BlockScout',
|
21076
|
-
url: 'https://
|
21095
|
+
url: 'https://dancelight-2001-blockscout.tanssi-chains.network',
|
21077
21096
|
standard: 'EIP3091'
|
21078
21097
|
}
|
21079
21098
|
]
|
@@ -43953,6 +43972,25 @@ const chainArray = [
|
|
43953
43972
|
}
|
43954
43973
|
]
|
43955
43974
|
},
|
43975
|
+
{
|
43976
|
+
name: 'ENI Testnet',
|
43977
|
+
chain: 'ENI',
|
43978
|
+
rpc: [ 'https://rpc-testnet.eniac.network' ],
|
43979
|
+
faucets: [],
|
43980
|
+
nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
|
43981
|
+
infoURL: 'https://eniac.network/',
|
43982
|
+
shortName: 'eni-test',
|
43983
|
+
chainId: 6912115,
|
43984
|
+
networkId: 6912115,
|
43985
|
+
icon: 'eni-test',
|
43986
|
+
explorers: [
|
43987
|
+
{
|
43988
|
+
name: 'ENI Testnet Explorer',
|
43989
|
+
url: 'https://scan-testnet.eniac.network',
|
43990
|
+
standard: 'EIP3091'
|
43991
|
+
}
|
43992
|
+
]
|
43993
|
+
},
|
43956
43994
|
{
|
43957
43995
|
name: 'Humanity Protocol',
|
43958
43996
|
chain: 'Humanity',
|
@@ -43978,6 +44016,30 @@ const chainArray = [
|
|
43978
44016
|
],
|
43979
44017
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
43980
44018
|
},
|
44019
|
+
{
|
44020
|
+
name: 'Humanity Protocol testnet',
|
44021
|
+
chain: 'Humanity',
|
44022
|
+
rpc: [
|
44023
|
+
'https://rpc.testnet.humanity.org',
|
44024
|
+
'https://humanity-testnet.g.alchemy.com/public'
|
44025
|
+
],
|
44026
|
+
faucets: [ 'https://faucets.alchemy.com/faucets/humanity-testnet' ],
|
44027
|
+
nativeCurrency: { name: 'tHP', symbol: 'tHP', decimals: 18 },
|
44028
|
+
infoURL: 'https://testnet.humanity.org',
|
44029
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] },
|
44030
|
+
shortName: 'thp',
|
44031
|
+
chainId: 7080969,
|
44032
|
+
networkId: 7080969,
|
44033
|
+
status: 'active',
|
44034
|
+
explorers: [
|
44035
|
+
{
|
44036
|
+
name: 'Humanity Testnet explorer',
|
44037
|
+
url: 'https://humanity-testnet.explorer.alchemy.com',
|
44038
|
+
standard: 'none'
|
44039
|
+
}
|
44040
|
+
],
|
44041
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
44042
|
+
},
|
43981
44043
|
{
|
43982
44044
|
name: 'COTI Testnet',
|
43983
44045
|
title: 'COTI Testnet',
|
@@ -45540,7 +45602,7 @@ const chainArray = [
|
|
45540
45602
|
{
|
45541
45603
|
name: 'dKargo Warehouse Testnet',
|
45542
45604
|
chain: 'dKargo Warehouse',
|
45543
|
-
rpc: [ 'https://warehouse
|
45605
|
+
rpc: [ 'https://rpc.warehouse.dkargo.io' ],
|
45544
45606
|
faucets: [],
|
45545
45607
|
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
45546
45608
|
infoURL: 'https://dkargo.io',
|