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 ddbcbff commit cdef9caCopy full SHA for cdef9ca
script/deploy.sh
@@ -58,7 +58,7 @@ echo
58
export MANAGER_ADDRESS=$MANAGER_ADDRESS
59
60
# Build forge command with dry-run support
61
-FORGE_CMD="forge script script/DeployKeyManager.s.sol:DeployKeyManager --rpc-url $RPC_URL"
+FORGE_CMD="forge script script/DeployKeyManager.s.sol:DeployKeyManager"
62
63
if [ "$DRY_RUN" = true ]; then
64
echo "Running simulation (dry run)"
@@ -70,7 +70,7 @@ else
70
exit 1
71
fi
72
echo "Network is reachable. Running deployment..."
73
- FORGE_CMD="$FORGE_CMD --broadcast"
+ FORGE_CMD="$FORGE_CMD --rpc-url $RPC_URL --broadcast"
74
75
76
# fix mnemonic quotes
0 commit comments