From c06bff2537d20ae03b53b1ae092c24675bdc7bc1 Mon Sep 17 00:00:00 2001 From: mohiiit Date: Fri, 20 Dec 2024 01:32:37 +0530 Subject: [PATCH] chore: make updated for bravoos account --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3608cce..6226c2e 100644 --- a/Makefile +++ b/Makefile @@ -123,14 +123,18 @@ braavos-account-cairo: ensure-asdf . "$$(brew --prefix asdf)/libexec/asdf.sh" && \ cd ./lib/braavos-account-cairo && \ git checkout $(BRAAVOS_CONTRACTS_COMMIT_HASH) && \ + . "$$(brew --prefix asdf)/libexec/asdf.sh" && \ asdf install scarb 2.8.4 && \ + . "$$(brew --prefix asdf)/libexec/asdf.sh" && \ asdf local scarb 2.8.4 && \ scarb build; \ else \ . "$(HOME_DIR)/.asdf/asdf.sh" && \ cd ./lib/braavos-account-cairo && \ git checkout $(BRAAVOS_CONTRACTS_COMMIT_HASH) && \ + . "$(HOME_DIR)/.asdf/asdf.sh" && \ asdf install scarb 2.8.4 && \ + . "$(HOME_DIR)/.asdf/asdf.sh" && \ asdf local scarb 2.8.4 && \ scarb build; \ fi