Skip to content

Commit

Permalink
feat(sdk): bump devnet and anvil
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Jul 8, 2024
1 parent 1ffc6e6 commit a64d858
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-kangaroos-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/sdk": minor
---

bump devnet and anvil
2 changes: 1 addition & 1 deletion packages/sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

# download anvil pre-compiled binaries
ARG ANVIL_VERSION=f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9
ARG ANVIL_VERSION=8b694bbcabaedffc0337bf8dea9a135da5694ef9
RUN curl -sSL https://github.com/foundry-rs/foundry/releases/download/nightly-${ANVIL_VERSION}/foundry_nightly_linux_$(dpkg --print-architecture).tar.gz | \
tar -zx -C /usr/local/bin

Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target "default" {
SERVER_MANAGER_ORG = "cartesi"
SERVER_MANAGER_VERSION = "0.9.1"
CARTESI_IMAGE_KERNEL_VERSION = "0.19.1"
DEVNET_VERSION = "1.6.0"
DEVNET_VERSION = "1.7.0"
LINUX_KERNEL_VERSION = "6.5.9-ctsi-1-v0.19.1"
XGENEXT2_VERSION = "1.5.6"
}
Expand Down

0 comments on commit a64d858

Please sign in to comment.