Skip to content

Commit b1a6148

Browse files
authored
Switch to Entrypoint 0.7 (#656)
* forge install: account-abstraction v0.7.0 * AA entrypoint 0.7 * prettier * fix aa benchmark tests * fix solhint pragma error * fix imports * fix imports * cleanup
1 parent 0353be5 commit b1a6148

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2011
-1488
lines changed

contracts/prebuilts/account/dynamic/DynamicAccountFactory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { DynamicAccount, IEntryPoint } from "./DynamicAccount.sol";
2222
// \____/ \__| \__|\__|\__| \_______| \_____\____/ \_______|\_______/
2323

2424
contract DynamicAccountFactory is BaseAccountFactory, ContractMetadata, PermissionsEnumerable {
25-
address public constant ENTRYPOINT_ADDRESS = 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789;
25+
address public constant ENTRYPOINT_ADDRESS = 0x0000000071727De22E5E9d8BAf0edAc6f37da032;
2626

2727
/*///////////////////////////////////////////////////////////////
2828
Constructor

contracts/prebuilts/account/interface/IAccount.sol

Lines changed: 0 additions & 36 deletions
This file was deleted.

contracts/prebuilts/account/interface/IAggregator.sol

Lines changed: 0 additions & 36 deletions
This file was deleted.

contracts/prebuilts/account/interface/IEntrypoint.sol

Lines changed: 0 additions & 224 deletions
This file was deleted.

contracts/prebuilts/account/interface/IPaymaster.sol

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)