Skip to content

Commit

Permalink
log predeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Dec 12, 2024
1 parent 43f1521 commit 3135010
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion scripts/bash-deploy/deploy-gasdaddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ fi

### DEPLOY GASDADDY SCs ###
printf "Addresses for Paymaster SCs:\n"
forge script DeployGasdaddy true $MIN_DEPOSIT --sig "run(bool,uint256)" --rpc-url $CHAIN_NAME -vv | grep -e "address" -e "already deployed"
forge script DeployGasdaddy true $MIN_DEPOSIT --sig "run(bool,uint256)" --rpc-url $CHAIN_NAME -vv > ./logs/$CHAIN_NAME/$CHAIN_NAME-gasdaddy-predeploy.log
cat ./logs/$CHAIN_NAME/$CHAIN_NAME-gasdaddy-predeploy.log | grep -e "address" -e "already deployed"
printf "Do you want to proceed with the addresses above? (y/n): "
read -r proceed
if [ $proceed = "y" ]; then
Expand Down

0 comments on commit 3135010

Please sign in to comment.