Skip to content

Commit

Permalink
Switch to Entrypoint 0.7 (#656)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kumaryash90 authored Aug 20, 2024
1 parent 0353be5 commit b1a6148
Show file tree
Hide file tree
Showing 49 changed files with 2,011 additions and 1,488 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { DynamicAccount, IEntryPoint } from "./DynamicAccount.sol";
// \____/ \__| \__|\__|\__| \_______| \_____\____/ \_______|\_______/

contract DynamicAccountFactory is BaseAccountFactory, ContractMetadata, PermissionsEnumerable {
address public constant ENTRYPOINT_ADDRESS = 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789;
address public constant ENTRYPOINT_ADDRESS = 0x0000000071727De22E5E9d8BAf0edAc6f37da032;

/*///////////////////////////////////////////////////////////////
Constructor
Expand Down
36 changes: 0 additions & 36 deletions contracts/prebuilts/account/interface/IAccount.sol

This file was deleted.

36 changes: 0 additions & 36 deletions contracts/prebuilts/account/interface/IAggregator.sol

This file was deleted.

224 changes: 0 additions & 224 deletions contracts/prebuilts/account/interface/IEntrypoint.sol

This file was deleted.

53 changes: 0 additions & 53 deletions contracts/prebuilts/account/interface/IPaymaster.sol

This file was deleted.

Loading

0 comments on commit b1a6148

Please sign in to comment.