Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Jun 4, 2024
1 parent 46bc8bb commit 03a63f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ forge script "scripts/DeployBeefyClient.sol:DeployBeefyClient" \
--chain-id 1 \
--rpc-url "${MAINNET_RPC_URL}" \
--ledger \
--mnemonic-derivation-paths "m/44'/60'/1'/0/0" \
--mnemonic-derivation-paths "${MNEMONIC_DERIVATION_PATH}" \
--broadcast \
--verify \
--optimize \
Expand Down

0 comments on commit 03a63f7

Please sign in to comment.