diff --git a/launcher/src/backend/ethereum-services/TekuBeaconService.js b/launcher/src/backend/ethereum-services/TekuBeaconService.js index 5443d2e2d..220784df9 100755 --- a/launcher/src/backend/ethereum-services/TekuBeaconService.js +++ b/launcher/src/backend/ethereum-services/TekuBeaconService.js @@ -53,7 +53,7 @@ export class TekuBeaconService extends NodeService { "--metrics-host-allowlist=*", "--metrics-publish-interval=10", `--data-path=${dataDir}`, - "--data-storage-mode=prune", + "--data-storage-mode=minimal", "--rest-api-port=5051", "--rest-api-host-allowlist=*", "--rest-api-interface=0.0.0.0", diff --git a/launcher/src/store/nodeManage.js b/launcher/src/store/nodeManage.js index f81c3bd5c..0d3830ad7 100755 --- a/launcher/src/store/nodeManage.js +++ b/launcher/src/store/nodeManage.js @@ -93,9 +93,10 @@ export const useNodeManage = defineStore("nodeManage", { name: "Ultra sound money", mainnet: "https://0xa1559ace749633b997cb3fdacffb890aeebdb0f5a3b6aaa7eeeaf1a38af0a8fe88b9e4b1f61f236d2e64d95733327a62@relay.ultrasound.money", - holesky: "https://0xb1559beef7b5ba3127485bbbb090362d9f497ba64e177ee2c8e7db74746306efad687f2cf8574e38d70067d40ef136dc@relay-stag.ultrasound.money", + hoodi: + "https://0xb1559beef7b5ba3127485bbbb090362d9f497ba64e177ee2c8e7db74746306efad687f2cf8574e38d70067d40ef136dc@relay-hoodi.ultrasound.money", id: 7, isSelected: false, isRemoved: false,