-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The contract addresses of factory and paymaster can be provided (if any) #176
Comments
Hey @octavei , I am not sure what you mean by that. There are multiple factory smart contracts and paymasters. Do you mean including some of them in README.md or bundler whitelisting certain factories and paymasters? |
including some of them in README.md |
Maybe we could just put something ONLY from https://github.com/eth-infinitism/account-abstraction (or something reliable). It is sometimes risky to put an address without auditing(understanding). |
https://www.jiffyscan.xyz/paymasters?pageNo=1&pageSize=10 Jiffyscan got some good data about paymaster and factory. |
This is the most comprehensive list I've came across. Bundler, Paymasters, and account factories. @Vid201 @zsluedem Should I add this to the README? Then marked the ones that have been audited |
Hmm, I am not sure about adding specific ones to the README.md (or code). I think it's fine at the moment to just add the link above to the README.md and show how to do whitelisting. |
The contract addresses of factory and paymaster can be provided (if any). This is very beneficial for our next test, thank you
The text was updated successfully, but these errors were encountered: