Skip to content

Commit

Permalink
feat: add more env vars to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
patcito committed Aug 10, 2024
1 parent 9306015 commit 76e7fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy-fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source .env

forge script script/FoldCaptiveStaking.s.sol:FoldCaptiveStakingScript \
--chain-id 1 \
--chain-id $CHAIN_ID \
--fork-url $RPC_MAINNET \
--broadcast \
--private-key $PRIVATE_KEY \
Expand Down

0 comments on commit 76e7fb4

Please sign in to comment.