Skip to content

Commit

Permalink
update contract
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 20, 2024
1 parent 2d03bfd commit 7177439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 0x9490e67bE2d824dF02a404e039221EfD432E9115 src/v07/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
forge verify-contract 0xe1b9bcD4DbfAE61585691bdB9A100fbaAF6C8dB0 src/v07/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
--verifier-url "$ETHERSCAN_URL" \
--etherscan-api-key "$ETHERSCAN_KEY"

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

Expand Down
2 changes: 1 addition & 1 deletion src/v07/EntryPointSimulations.sol
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ contract EntryPointSimulations is EntryPoint, IEntryPointSimulations {
uint256 toleranceDelta,
uint256 gasAllowance,
bytes memory payload
) public returns (TargetCallResult memory) {
) internal returns (TargetCallResult memory) {
processQueuedUserOps(queuedUserOps);
// Extract out the target userOperation info.

Expand Down

0 comments on commit 7177439

Please sign in to comment.