Skip to content

Commit

Permalink
chore: make updated for bravoos account
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Dec 19, 2024
1 parent 90ba8be commit c06bff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c06bff2

Please sign in to comment.