Describe the bug
Using the function get_execution_ws_url_from_global_env reports an incorrect port number when using gnosis for the network.
https://github.com/dappnode/staker-package-scripts/blob/main/scripts/dvt_lsd_tools.sh#L18
To Reproduce
- Use staker scripts version
v0.1.1
- Install and run a
gnosis chain execution client (e.g. nethermind)
- run
get_execution_ws_url_from_global_env gnosis
- It returns
ws://execution.gnosis.dncore.dappnode:8546
Expected behavior
It should return ws://execution.gnosis.dncore.dappnode:8545
DAppNode version:
Core DAppNode Packages versions
bind.dnp.dappnode.eth: 0.2.11
core.dnp.dappnode.eth: 0.3.1
dappmanager.dnp.dappnode.eth: 0.2.103, commit: fbca4cdb
https.dnp.dappnode.eth: 0.2.2
ipfs.dnp.dappnode.eth: 0.2.25
notifications.dnp.dappnode.eth: 0.1.2
vpn.dnp.dappnode.eth:
wifi.dnp.dappnode.eth: 0.2.9
wireguard.dnp.dappnode.eth: 0.1.3
System info
dockerComposeVersion: 2.32.4
dockerServerVersion: 27.5.0
dockerCliVersion: 27.5.0
os: ubuntu
versionCodename: noble
architecture: amd64
kernel: 6.8.0-62-generic
Disk usage: 23%
Describe the bug
Using the function
get_execution_ws_url_from_global_envreports an incorrect port number when usinggnosisfor the network.https://github.com/dappnode/staker-package-scripts/blob/main/scripts/dvt_lsd_tools.sh#L18
To Reproduce
v0.1.1gnosischain execution client (e.g.nethermind)get_execution_ws_url_from_global_env gnosisws://execution.gnosis.dncore.dappnode:8546Expected behavior
It should return
ws://execution.gnosis.dncore.dappnode:8545DAppNode version: