Skip to content

Commit

Permalink
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
endersonmaia committed Apr 29, 2024
1 parent 3b75308 commit f267437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-windows-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": patch
---

use cartesi/sdk for devnet
4 changes: 2 additions & 2 deletions apps/cli/src/node/docker-compose-anvil.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
anvil:
image: cartesi/devnet:1.6.0
image: cartesi/sdk:0.6.0
command:
[
"anvil",
Expand All @@ -21,7 +21,7 @@ services:
- 8545:8545

dapp_deployer:
image: cartesi/devnet:1.6.0
image: cartesi/sdk:0.6.0
restart: on-failure
depends_on:
anvil:
Expand Down

0 comments on commit f267437

Please sign in to comment.