You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In kerenl integration guide,
createKernelAccount is wrongly extending erc7579.
import{createKernelAccount}from'@zerodev/sdk'constaccount=awaitcreateKernelAccount(publicClient,{plugins: {sudo: ecdsaValidator,},
entryPoint,}).extend(erc7579Actions({ entryPoint }))// this doesn't work
In kerenl integration guide,
createKernelAccount is wrongly extending erc7579.
it should be extended within client
The text was updated successfully, but these errors were encountered: