-
Notifications
You must be signed in to change notification settings - Fork 8
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
Account Abstraction in CLI #59
Conversation
🦋 Changeset detectedLatest commit: 34b251c The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This creates two additional containers. I think it will be a good idea to have flags in the
Some of these are required. But maybe explorer, bundler and paymaster could be optional. |
Added disable flags to --disable-bundler disable bundler service
--disable-explorer disable explorer service
--disable-paymaster disable paymaster service |
This PR adds some relevant smart contract addresses to the
address-book
.It also adds a new docker compose file that adds two additional services, the
/bundler
and the/paymaster
.