diff --git a/scripts/sepolia_deploy.sh b/scripts/sepolia_deploy.sh index aa45764..7fb8c3f 100755 --- a/scripts/sepolia_deploy.sh +++ b/scripts/sepolia_deploy.sh @@ -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 \