eth-chainlist 0.0.676 → 0.0.678
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 +81 -34
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.678 (2025-08-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.677 ([1e7d92d](https://github.com/poowf/eth-chainlist/commit/1e7d92d228a61efff489032ef8a6d6f5d6059197))
|
9
|
+
* update chain data ([0c23603](https://github.com/poowf/eth-chainlist/commit/0c236037b9c04dc11e32bfd65be7d466facdffd1))
|
10
|
+
|
11
|
+
### 0.0.677 (2025-07-30)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.676 ([9bbc431](https://github.com/poowf/eth-chainlist/commit/9bbc431e0f4f0bed6bcba7705d5296d4e31f462b))
|
17
|
+
* update chain data ([7012963](https://github.com/poowf/eth-chainlist/commit/70129632604e4d9172599fdc8fd430f92b58d19e))
|
18
|
+
|
3
19
|
### 0.0.676 (2025-07-29)
|
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
|
]
|
@@ -22000,9 +22019,9 @@ const chainArray = [
|
|
22000
22019
|
{
|
22001
22020
|
name: 'Xylume TestNet',
|
22002
22021
|
chain: 'XYL',
|
22003
|
-
rpc: [ 'https://
|
22004
|
-
faucets: [ 'https://debxylen.github.io/
|
22005
|
-
nativeCurrency: { name: '
|
22022
|
+
rpc: [ 'https://xylume-testnet.sparked.network/rpc/' ],
|
22023
|
+
faucets: [ 'https://debxylen.github.io/Xylume_TestNet/faucet.html' ],
|
22024
|
+
nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
|
22006
22025
|
features: [
|
22007
22026
|
{ name: 'EIP155' },
|
22008
22027
|
{ name: 'EIP1559' },
|
@@ -25555,39 +25574,21 @@ const chainArray = [
|
|
25555
25574
|
]
|
25556
25575
|
},
|
25557
25576
|
{
|
25558
|
-
name: 'arena-z-testnet',
|
25559
|
-
title: 'Arena-Z-Testnet',
|
25560
|
-
chain: 'arena-z-testnet',
|
25561
|
-
rpc: [
|
25562
|
-
'https://rpc.arena-z.t.raas.gelato.cloud',
|
25563
|
-
'wss://ws.arena-z.t.raas.gelato.cloud'
|
25564
|
-
],
|
25577
|
+
name: 'arena-z-testnet-deprecated',
|
25578
|
+
title: 'Arena-Z-Testnet-deprecated',
|
25579
|
+
chain: 'arena-z-testnet-deprecated',
|
25580
|
+
rpc: [],
|
25565
25581
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
25566
25582
|
icon: 'arena-z',
|
25567
25583
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
25568
25584
|
faucets: [],
|
25569
|
-
shortName: 'arena-z-testnet',
|
25585
|
+
shortName: 'arena-z-testnet-deprecated',
|
25570
25586
|
chainId: 9897,
|
25571
25587
|
networkId: 9897,
|
25572
25588
|
slip44: 60,
|
25573
|
-
explorers: [
|
25574
|
-
|
25575
|
-
|
25576
|
-
url: 'https://arena-z.blockscout.com',
|
25577
|
-
icon: 'blockscout',
|
25578
|
-
standard: 'EIP3091'
|
25579
|
-
}
|
25580
|
-
],
|
25581
|
-
parent: {
|
25582
|
-
type: 'L2',
|
25583
|
-
chain: 'eip155-11155111',
|
25584
|
-
bridges: [
|
25585
|
-
{
|
25586
|
-
url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
|
25587
|
-
}
|
25588
|
-
]
|
25589
|
-
},
|
25590
|
-
status: 'active'
|
25589
|
+
explorers: [],
|
25590
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
25591
|
+
status: 'deprecated'
|
25591
25592
|
},
|
25592
25593
|
{
|
25593
25594
|
name: 'Larissa Chain',
|
@@ -25611,6 +25612,33 @@ const chainArray = [
|
|
25611
25612
|
}
|
25612
25613
|
]
|
25613
25614
|
},
|
25615
|
+
{
|
25616
|
+
name: 'Arena-Z-Testnet',
|
25617
|
+
title: 'Arena-Z-Testnet',
|
25618
|
+
chain: 'arena-z-testnet',
|
25619
|
+
rpc: [ 'https://testnet-rpc.arena-z.gg', 'wss://testnet-ws.arena-z.gg' ],
|
25620
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
25621
|
+
icon: 'arena-z',
|
25622
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
25623
|
+
faucets: [ 'https://testnet-faucet.arena-z.gg' ],
|
25624
|
+
shortName: 'arena-z-testnet',
|
25625
|
+
chainId: 9899,
|
25626
|
+
networkId: 9899,
|
25627
|
+
explorers: [
|
25628
|
+
{
|
25629
|
+
name: 'blockscout',
|
25630
|
+
url: 'https://testnet-explorer.arena-z.gg',
|
25631
|
+
icon: 'blockscout',
|
25632
|
+
standard: 'EIP3091'
|
25633
|
+
}
|
25634
|
+
],
|
25635
|
+
parent: {
|
25636
|
+
type: 'L2',
|
25637
|
+
chain: 'eip155-11155111',
|
25638
|
+
bridges: [ { url: 'https://testnet-bridge.arena-z.gg' } ]
|
25639
|
+
},
|
25640
|
+
status: 'active'
|
25641
|
+
},
|
25614
25642
|
{
|
25615
25643
|
name: 'Zytron Linea Mainnet',
|
25616
25644
|
chain: 'ETH',
|
@@ -43953,6 +43981,25 @@ const chainArray = [
|
|
43953
43981
|
}
|
43954
43982
|
]
|
43955
43983
|
},
|
43984
|
+
{
|
43985
|
+
name: 'ENI Testnet',
|
43986
|
+
chain: 'ENI',
|
43987
|
+
rpc: [ 'https://rpc-testnet.eniac.network' ],
|
43988
|
+
faucets: [],
|
43989
|
+
nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
|
43990
|
+
infoURL: 'https://eniac.network/',
|
43991
|
+
shortName: 'eni-test',
|
43992
|
+
chainId: 6912115,
|
43993
|
+
networkId: 6912115,
|
43994
|
+
icon: 'eni-test',
|
43995
|
+
explorers: [
|
43996
|
+
{
|
43997
|
+
name: 'ENI Testnet Explorer',
|
43998
|
+
url: 'https://scan-testnet.eniac.network',
|
43999
|
+
standard: 'EIP3091'
|
44000
|
+
}
|
44001
|
+
]
|
44002
|
+
},
|
43956
44003
|
{
|
43957
44004
|
name: 'Humanity Protocol',
|
43958
44005
|
chain: 'Humanity',
|