Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Deployed and Verified SponsorPaymaster on Mainnet (#25)
## Summary Deployed and verified SponsorPaymaster on Arbitrum, Ethereum, and Polygon. ## Detail ### Changeset - Deployed implementation contracts and proxies - Verified implementation contracts and proxies - Created broadcast artifacts to document deployment ### Checklist - [x] Did you add new tests and confirm all tests pass? (`yarn test`) - [x] Did you update relevant docs? (docs are found in the `docs` folder) - [x] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [x] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [x] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples)? (e.g. `feat!: breaking change`) - [x] Did you run lint (`yarn lint`) and fix any issues? - [x] Did you run formatter (`yarn format:check`) and fix any issues (`yarn format:write`)? ## Testing Deployment. No testing needed at this time. ## Documentation Optional section. Link to the doc.
- Loading branch information