We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd663ce commit d07b387Copy full SHA for d07b387
scripts/redeploy/redeploy.sh
@@ -31,7 +31,7 @@ npx hardhat run scripts/ecosystem/bond-marketplace/deploy.ts --network "${NETWOR
31
npx hardhat run scripts/ecosystem/starfleet/deploy.ts --network "${NETWORK}"
32
npx hardhat run scripts/ecosystem/astradex/deploy.ts --network "${NETWORK}"
33
npx hardhat run scripts/ecosystem/astradex/deployTokensSafe.ts --network "${NETWORK}"
34
-npx hardhat run scripts/ecosystem/liquid_staking/deploy.ts --network
+npx hardhat run scripts/ecosystem/liquid_staking/deploy.ts --network "${NETWORK}"
35
36
npx hardhat sourcify --network "${NETWORK}"
37
0 commit comments