Skip to content

Commit 7177439

Browse files
committed
update contract
1 parent 2d03bfd commit 7177439

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ for pair in "${pairs[@]}"; do
2626
if [[ -n "$ETHERSCAN_KEY" && -n "$ETHERSCAN_URL" ]]; then
2727
echo "Verifying with $ETHERSCAN_URL using key $ETHERSCAN_KEY"
2828

29-
forge verify-contract 0x9490e67bE2d824dF02a404e039221EfD432E9115 src/v07/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
29+
forge verify-contract 0xe1b9bcD4DbfAE61585691bdB9A100fbaAF6C8dB0 src/v07/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
3030
--verifier-url "$ETHERSCAN_URL" \
3131
--etherscan-api-key "$ETHERSCAN_KEY"
3232

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

src/v07/EntryPointSimulations.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ contract EntryPointSimulations is EntryPoint, IEntryPointSimulations {
157157
uint256 toleranceDelta,
158158
uint256 gasAllowance,
159159
bytes memory payload
160-
) public returns (TargetCallResult memory) {
160+
) internal returns (TargetCallResult memory) {
161161
processQueuedUserOps(queuedUserOps);
162162
// Extract out the target userOperation info.
163163

0 commit comments

Comments
 (0)