Skip to content

Commit 3d64282

Browse files
authored
remove the default in setting, use documentation for msig users (#117)
1 parent f0c9b3d commit 3d64282

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

internal/settings/settings_generate.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ func GetDefaultReplacements() map[string]string {
4747
"ProductionTestnetDonFamily": constants.DefaultProductionTestnetDonFamily,
4848
"ProductionDonFamily": constants.DefaultProductionDonFamily,
4949

50-
"WorkflowOwnerAddress": "(optional) Multi-signature contract address",
51-
"ConfigPath": "./config.json",
52-
"SecretsPath": "",
50+
"ConfigPath": "./config.json",
51+
"SecretsPath": "../secrets.yaml",
5352
}
5453
}
5554

internal/settings/template/project.yaml.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ staging-settings:
3030
production-settings:
3131
cre-cli:
3232
don-family: "{{StagingDonFamily}}"
33-
account:
34-
workflow-owner-address: "{{WorkflowOwnerAddress}}"
3533
rpcs:
3634
- chain-name: {{EthSepoliaChainName}}
3735
url: {{EthSepoliaRpcUrl}}

0 commit comments

Comments
 (0)