From 2e3270602ee00991918c48e6dfea9351c193b076 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 21 Oct 2024 08:47:16 +0800 Subject: [PATCH] fixing deployment. Katana universal deployer changed, and this seems to fix it for now. ALso bumping to dojo a.17 --- .github/workflows/ci-contracts.yml | 4 ++-- DOJO_VERSION | 2 +- Dockerfile | 2 +- contracts/.vscode/settings.json | 2 +- contracts/README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-contracts.yml b/.github/workflows/ci-contracts.yml index d058162..b08be17 100644 --- a/.github/workflows/ci-contracts.yml +++ b/.github/workflows/ci-contracts.yml @@ -35,6 +35,6 @@ jobs: - uses: asdf-vm/actions/setup@v3 - run: | asdf plugin add dojo https://github.com/dojoengine/asdf-dojo - asdf install dojo 1.0.0-alpha.11 - asdf global dojo 1.0.0-alpha.11 + asdf install dojo 1.0.0-alpha.17 + asdf global dojo 1.0.0-alpha.17 sozo test diff --git a/DOJO_VERSION b/DOJO_VERSION index b5c7350..f9ce793 100644 --- a/DOJO_VERSION +++ b/DOJO_VERSION @@ -1 +1 @@ -1.0.0-alpha.11 +1.0.0-alpha.17 diff --git a/Dockerfile b/Dockerfile index 82123d6..c182685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"] ARG ASDF_VERSION="v0.14.1" ARG SCARB_VERSION="2.7.0" -ARG DOJO_VERSION="1.0.0-alpha.11" +ARG DOJO_VERSION="1.0.0-alpha.17" ARG STARKLI_VERSION="0.1.6" # Install dependencies diff --git a/contracts/.vscode/settings.json b/contracts/.vscode/settings.json index daae992..2b6eccb 100644 --- a/contracts/.vscode/settings.json +++ b/contracts/.vscode/settings.json @@ -1,6 +1,6 @@ { "cairo1.enableLanguageServer": true, - "cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.11/bin/dojo-language-server", + "cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.17/bin/dojo-language-server", "cairo1.enableScarb": true, "cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.7.0/bin/scarb", "cairo1.preferScarbLanguageServer": false diff --git a/contracts/README.md b/contracts/README.md index f0aab4b..c7fb9af 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -16,7 +16,7 @@ Follow the asdf installation instructions. ``` asdf plugin add dojo https://github.com/dojoengine/asdf-dojo -asdf install dojo 1.0.0-alpha.11 +asdf install dojo 1.0.0-alpha.17 ``` ### Install scarb