-
Notifications
You must be signed in to change notification settings - Fork 905
Update paymaster and SCW integrations #2495
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
base: master
Are you sure you want to change the base?
Conversation
✅ Heimdall Review Status
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -17,6 +17,7 @@ export type CryptoProvidersProps = { | |||
|
|||
const config = createConfig({ | |||
chains: [base, baseSepolia, mainnet], | |||
multiInjectedProviderDiscovery: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explicitly recommended by our docs: https://docs.base.org/smart-wallet/guides/paymasters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What changed? Why?
Our paymaster and scw integrations are outdated (untouched since July last year). Since then, the tooling and patterns have formalized and we want to ensure we're using the most modern, safe patterns.
Notes to reviewers
How has it been tested?
Have you tested the following pages?
BaseWeb