Skip to content

Commit

Permalink
add default values
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Mar 5, 2024
1 parent 506337b commit 974a100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cannon/create-safe.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ description = "Deploys a safe Ethereum multisig contract"
defaultValue = "safe-impl:1.4.1"

[setting.salt]
defaultValue = "0x0000000000000000000000000000000000000000000000000000000000000000"

[setting.owners]
defaultValue = "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"

[setting.threshold]
defaultValue = "1"
Expand Down

0 comments on commit 974a100

Please sign in to comment.