Skip to content

Commit

Permalink
revert change to declare script
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed May 6, 2024
1 parent a85fb29 commit be0600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declare-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ echo "Timelock @ $TIMELOCK_CLASS_HASH"
echo "Factory @ $FACTORY_CLASS_HASH"

# starkli deploy --max-fee 0.001 --watch --network "$NETWORK" --keystore-password "$STARKNET_KEYSTORE_PASSWORD" "$AIRDROP_CLAIM_CHECK_CLASS_HASH"
starkli deploy --max-fee 0.001 --watch --network "$NETWORK" --keystore-password "$STARKNET_KEYSTORE_PASSWORD" "$FACTORY_CLASS_HASH" $STAKER_CLASS_HASH $GOVERNOR_CLASS_HASH $TIMELOCK_CLASS_HASH
# starkli deploy --max-fee 0.001 --watch --network "$NETWORK" --keystore-password "$STARKNET_KEYSTORE_PASSWORD" "$FACTORY_CLASS_HASH" "$STAKER_CLASS_HASH" "$GOVERNOR_CLASS_HASH" "$TIMELOCK_CLASS_HASH"

0 comments on commit be0600e

Please sign in to comment.