We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c046ae9 commit a1af974Copy full SHA for a1af974
1 file changed
shared/services/rocketpool/client.go
@@ -32,9 +32,6 @@ import (
32
33
// Config
34
const (
35
- InstallerURL string = "https://github.com/rocket-pool/smartnode-install/releases/download/%s/install.sh"
36
- UpdateTrackerURL string = "https://github.com/rocket-pool/smartnode-install/releases/download/%s/install-update-tracker.sh"
37
-
38
SettingsFile string = "user-settings.yml"
39
BackupSettingsFile string = "user-settings-backup.yml"
40
PrometheusConfigTemplate string = "prometheus.tmpl"
0 commit comments