From d716e4377dc8a9bb30632be07da5b783f7fa16e0 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Mon, 6 May 2024 09:58:05 -0400 Subject: [PATCH] chore: update declare script --- declare-all.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/declare-all.sh b/declare-all.sh index d5de1af..f098548 100755 --- a/declare-all.sh +++ b/declare-all.sh @@ -48,17 +48,10 @@ echo "Declaring Staker" STAKER_CLASS_HASH=$(declare_class_hash Staker) echo "Declaring Governor" GOVERNOR_CLASS_HASH=$(declare_class_hash Governor) -echo "Declaring Timelock" -TIMELOCK_CLASS_HASH=$(declare_class_hash Timelock) -echo "Declaring Factory" -FACTORY_CLASS_HASH=$(declare_class_hash Factory) echo "AirdropClaimCheck @ $AIRDROP_CLAIM_CHECK_CLASS_HASH" echo "Airdrop @ $AIRDROP_CLASS_HASH" echo "Staker @ $STAKER_CLASS_HASH" echo "Governor @ $GOVERNOR_CLASS_HASH" -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" \ No newline at end of file +# starkli deploy --max-fee 0.001 --watch --network "$NETWORK" --keystore-password "$STARKNET_KEYSTORE_PASSWORD" "$AIRDROP_CLAIM_CHECK_CLASS_HASH" \ No newline at end of file