Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Nov 6, 2024
1 parent 58b9840 commit 1f51c84
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 11 deletions.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .forge-snapshots/ModularAccount_UserOp_BatchTransfers.snap

This file was deleted.

1 change: 0 additions & 1 deletion .forge-snapshots/ModularAccount_UserOp_Erc20Transfer.snap

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion lib/forge-gas-snapshot
Submodule forge-gas-snapshot deleted from 03b10b
4 changes: 2 additions & 2 deletions test/utils/AccountTestBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ abstract contract AccountTestBase is OptimizedTest, ModuleSignatureUtils {
semiModularAccountImplementation =
SemiModularAccountBytecode(payable(_deploySemiModularAccountBytecode(entryPoint)));

address webauthnModule = address(new WebAuthnValidationModule());
address webAuthnModule = address(new WebAuthnValidationModule());

factory = new AccountFactory(
entryPoint,
accountImplementation,
semiModularAccountImplementation,
address(singleSignerValidationModule),
webauthnModule,
webAuthnModule,
factoryOwner
);

Expand Down

0 comments on commit 1f51c84

Please sign in to comment.