Skip to content

Commit

Permalink
test the release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Sep 30, 2024
1 parent 2ebfb90 commit 962948d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ setup: .gitmodules
mv build/ssj/contracts_Cairo1Helpers.contract_class.json build/cairo1_helpers.json && rm -fr build/ssj
./scripts/extract_abi.sh
cd ./.kakarot
echo $PWD
echo $(PWD)

deploy-kakarot:
cd lib/kakarot && STARKNET_NETWORK=$(STARKNET_NETWORK) poetry run python ./kakarot_scripts/deploy_kakarot.py && cd ..
Expand Down
3 changes: 2 additions & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nightly-2024-09-15
[toolchain]
channel = "1.81.0"

0 comments on commit 962948d

Please sign in to comment.