Skip to content

Commit

Permalink
Binary search verification gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 19, 2024
1 parent 694253b commit f6fe350
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 145 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 0x74Cb5e4eE81b86e70f9045036a1C5477de69eE87 src/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
forge verify-contract 0xcB3a51ac0e58D90113a6AD6528044502E8bD0603 src/PimlicoEntryPointSimulations.sol:PimlicoEntryPointSimulations \
--verifier-url "$ETHERSCAN_URL" \
--etherscan-api-key "$ETHERSCAN_KEY"

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

Expand Down
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[profile.default]
viaIr = true
evm_version = "london"
solc_version = "0.8.23"
7 changes: 7 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
account-abstraction-v6/=lib/account-abstraction-v6/contracts/
account-abstraction/=lib/account-abstraction/contracts/
ds-test/=lib/openzeppelin-contracts/lib/forge-std/lib/ds-test/src/
erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/
forge-std/=lib/forge-std/src/
openzeppelin-contracts/=lib/openzeppelin-contracts/
Loading

0 comments on commit f6fe350

Please sign in to comment.