Skip to content

Commit

Permalink
fix(ceremony): update command
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 11, 2024
1 parent 4bdfdf2 commit 5e7de09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/lib/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const AXIOM_KEY = "xaat-c2ba1f52-0af4-4814-81d1-996c285912c8"
export const COMMAND =
"mkdir -p ceremony && docker pull ghcr.io/unionlabs/union/mpc-client:v1.1 && docker run -v $(pwd)/ceremony:/ceremony -w /ceremony -p 4919:4919 --rm -it ghcr.io/unionlabs/union/mpc-client:v1.1"
"mkdir -p ceremony && docker pull ghcr.io/unionlabs/union/mpc-client:v1.2 && docker run -v $(pwd)/ceremony:/ceremony -w /ceremony -p 4919:4919 --rm -it ghcr.io/unionlabs/union/mpc-client:v1.2"

0 comments on commit 5e7de09

Please sign in to comment.