-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule account-abstraction
updated
6 files
+11 −4 | contracts/samples/SimpleAccount.sol | |
+19 −27 | contracts/samples/VerifyingPaymaster.sol | |
+111 −30 | eip/EIPS/eip-4337.md | |
+12 −12 | reports/gas-checker.txt | |
+1 −1 | test/deposit-paymaster.test.ts | |
+42 −0 | test/simple-wallet.test.ts |