-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor batched session router #27
Conversation
Contract call abi svm demo
…actor/batched_session_router
const managerModuleAddr = DEFAULT_SESSION_KEY_MANAGER_MODULE; | ||
const erc20ModuleAddr = "0x000000D50C68705bd6897B2d17c7de32FB519fDA"; | ||
const routerModuleAddr = DEFAULT_BATCHED_SESSION_ROUTER_MODULE; | ||
const mockSessionModuleAddr = |
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.
can we add this in config / constants
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.
left some comments
nice, wagmi and rainbowkit updated to work with viem2? |
yes |
Added batched session router example.