Skip to content

Commit

Permalink
Docker demo output (#10)
Browse files Browse the repository at this point in the history
* change to warn

* remove bin
  • Loading branch information
y0sher authored Sep 11, 2023
1 parent 0996b65 commit 0dfc0be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ services:
command: [ "init-dkg",
"--operatorIDs", "1,2,3,4",
"--operatorsInfoPath", "./data/docker_operators.json",
"--depositResultsPath", "./data/deposit.json",
"--ssvPayloadResultsPath", "./data/payload.json",
"--depositResultsPath", "./data/output/deposit.json",
"--ssvPayloadResultsPath", "./data/output/payload.json",
"--owner", "0x81592c3de184a3e2c0dcb5a261bc107bfa91f494",
"--nonce", "1",
"--withdrawAddress", "0100000000000000000000001d2f14d2dffee594b4093d42e4bc1b0ea55e8aa7",
Expand Down
4 changes: 4 additions & 0 deletions examples/output/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Binary file removed examples/server2/dkgcli
Binary file not shown.

0 comments on commit 0dfc0be

Please sign in to comment.