Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando committed Sep 1, 2023
1 parent 0795f38 commit 47414b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/l1-execution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kill -9 $(lsof -t -i:8545)
kill -9 $(lsof -t -i:5050)
starknet-devnet --seed 42 --verbose --sierra-compiler-path "${STARKNET_SIERRA_COMPILE_PATH}" --compiler-args '--allowed-libfuncs-list-file ./audited_cairo_libfuncs.json --add-pythonic-hints' --lite-mode &
starknet-devnet --seed 42 --lite-mode &
yarn hardhat node &
sleep 20 &&
yarn hardhat test starknet/test/l1-execution.test.ts --network 'ethereumLocal' --starknet-network 'starknetLocal'
Expand Down

0 comments on commit 47414b5

Please sign in to comment.