-
-
Notifications
You must be signed in to change notification settings - Fork 854
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
Feat/add Nexus account #2901
base: main
Are you sure you want to change the base?
Feat/add Nexus account #2901
Conversation
Someone is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
…dd-toNexusAccount
…dd-toNexusAccount
5c14479
to
373eafa
Compare
This PR introduces Nexus smart account compatibility with the viem package.
PR-Codex overview
This PR introduces a new
anvilBaseSepolia
configuration and a correspondingbundlerBaseSepolia
. It enhances thetoNexusAccount
functionality with tests and adds several type exports, improving type clarity and usability across different modules.Detailed summary
anvilBaseSepolia
configuration intest/src/anvil.ts
.bundlerBaseSepolia
intest/src/bundler.ts
.toNexusAccount
with tests insrc/account-abstraction/accounts/implementations/toNexusAccount.test.ts
.