Skip to content

Commit d07b387

Browse files
committed
fix redeploy.sh
1 parent cd663ce commit d07b387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/redeploy/redeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npx hardhat run scripts/ecosystem/bond-marketplace/deploy.ts --network "${NETWOR
3131
npx hardhat run scripts/ecosystem/starfleet/deploy.ts --network "${NETWORK}"
3232
npx hardhat run scripts/ecosystem/astradex/deploy.ts --network "${NETWORK}"
3333
npx hardhat run scripts/ecosystem/astradex/deployTokensSafe.ts --network "${NETWORK}"
34-
npx hardhat run scripts/ecosystem/liquid_staking/deploy.ts --network
34+
npx hardhat run scripts/ecosystem/liquid_staking/deploy.ts --network "${NETWORK}"
3535

3636
npx hardhat sourcify --network "${NETWORK}"
3737

0 commit comments

Comments
 (0)