Skip to content

Commit

Permalink
remove threshold flag, add correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher committed Sep 11, 2023
1 parent 0e15ffa commit b0c0c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ services:
"--operatorIDs", "1,2,3,4",
"--operatorsInfoPath", "./data/docker_operators.json",
"--depositResultsPath", "./data/deposit.json",
"--ssvPayloadResultsPath", "./data/deposit.json",
"--ssvPayloadResultsPath", "./data/payload.json",
"--owner", "0x81592c3de184a3e2c0dcb5a261bc107bfa91f494",
"--nonce", "1",
"--threshold", "3",
"--withdrawAddress", "0100000000000000000000001d2f14d2dffee594b4093d42e4bc1b0ea55e8aa7",
]
volumes:
Expand Down

0 comments on commit b0c0c94

Please sign in to comment.