Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 19, 2024
1 parent f6fe350 commit 0d5f7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ for pair in "${pairs[@]}"; do
if [[ -n "$ETHERSCAN_KEY" && -n "$ETHERSCAN_URL" ]]; then
echo "Verifying with $ETHERSCAN_URL using key $ETHERSCAN_KEY"

forge verify-contract 0xcB3a51ac0e58D90113a6AD6528044502E8bD0603 src/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
forge verify-contract 0xcB3a51ac0e58D90113a6AD6528044502E8bD0603 src/v07/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
--verifier-url "$ETHERSCAN_URL" \
--etherscan-api-key "$ETHERSCAN_KEY"

forge verify-contract 0x29c2Fc1B479f92B7Bb1CA30Ed7A8EEF15223a7c4 src/EntryPointSimulations.sol:EntryPointSimulations \
forge verify-contract 0x29c2Fc1B479f92B7Bb1CA30Ed7A8EEF15223a7c4 src/v07/EntryPointSimulations.sol:EntryPointSimulations \
--verifier-url "$ETHERSCAN_URL" \
--etherscan-api-key "$ETHERSCAN_KEY"

Expand Down

0 comments on commit 0d5f7ba

Please sign in to comment.