Skip to content

Commit

Permalink
Repo cleanup (#29)
Browse files Browse the repository at this point in the history
* Remove goerli paymaster

* Add audit report

* Remove meta paymaster
  • Loading branch information
mdehoog authored Mar 7, 2024
1 parent 3f510df commit 70c7740
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 276 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ _(More coming soon)_

| Network | Address |
|--------------|------------------------------------------------------------------------------------------------------------------------------------|
| Base Goerli | [0x88Ad254d5b1a95C9Bd2ae5F87E2BE27d95d86c2f](https://goerli-explorer.base.org/address/0x88Ad254d5b1a95C9Bd2ae5F87E2BE27d95d86c2f) |
| Base Sepolia | [0xf5d253B62543C6Ef526309D497f619CeF95aD430](https://sepolia-explorer.base.org/address/0xf5d253B62543C6Ef526309D497f619CeF95aD430) |

### Obtaining a signature for use with the paymaster contract
Expand Down Expand Up @@ -42,7 +41,7 @@ curl "https://paymaster.base.org" \
"maxPriorityFeePerGas": "0x1"
},
"0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
"0x14A33"
"0x14A34"
]
}
'
Expand Down Expand Up @@ -79,7 +78,7 @@ curl "https://paymaster.base.org" \
"maxPriorityFeePerGas": "0x1"
},
"0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
"0x14A33"
"0x14A34"
]
}
'
Expand Down
Binary file added audits/report-base-paymaster.pdf
Binary file not shown.
26 changes: 0 additions & 26 deletions script/DeployMetaPaymaster.s.sol

This file was deleted.

15 changes: 0 additions & 15 deletions script/SetMetaPaymasterBalance.s.sol

This file was deleted.

41 changes: 0 additions & 41 deletions src/meta/BaseFundedPaymaster.sol

This file was deleted.

91 changes: 0 additions & 91 deletions src/meta/FundedPaymaster.sol

This file was deleted.

100 changes: 0 additions & 100 deletions src/meta/MetaPaymaster.sol

This file was deleted.

0 comments on commit 70c7740

Please sign in to comment.