Skip to content

Commit

Permalink
changes account tmp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackAttax committed Oct 18, 2024
1 parent 7450561 commit bc1eb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sepolia_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ KUDOS_SIERRA_FILE=$ONCHAIN_DIR/target/dev/kudos_Kudos.contract_class.json


# Set account file path within the project tmp directory
ACCOUNT_FILE=/tmp/starknet_accounts.json
ACCOUNT_FILE=$ONCHAIN_DIR/target/tmp/starknet_accounts.json

starkli account fetch $ACCOUNT_ADDRESS \
--rpc $RPC_URL \
Expand Down

0 comments on commit bc1eb41

Please sign in to comment.