Skip to content

Commit

Permalink
fixup! feat(cli): use cartesi/sdk for anvil/devnet at run command
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 29, 2024
1 parent f267437 commit 161766c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/cli/src/node/docker-compose-anvil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ services:
image: cartesi/sdk:0.6.0
command:
[
"anvil",
"devnet",
"--block-time",
"${BLOCK_TIME:-5}",
"--load-state",
"/usr/share/cartesi/anvil_state.json",
"${ANVIL_VERBOSITY:---silent}",
]
healthcheck:
Expand Down

0 comments on commit 161766c

Please sign in to comment.