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
The latest release introduces scopes field in KeyringAccount as described on release v0.5.0 description. However due to this change emitSnapKeyringEvent fails. The following line is what exactly fails on keyring.ts
{ "code": -32603, "message": "At path: params.account.scopes -- Expected a value of type `never`, but received: `eip155:31337`",
"stack": "Error: At path: params.account.scopes -- Expected a value of type `never`, but received: `eip155:31337`\n at Ne (eval at <anonymous> (eval at makeEvaluate (chrome-extension://ljfoeinjpaedjfecbmggjgodbgkmjkjk/snaps/index.html:6368:27)), <anonymous>:1:58257)\n at async l.executeInSnapContext (chrome-extension://ljfoeinjpaedjfecbmggjgodbgkmjkjk/snaps/bundle.js:9:51165)\n at async chrome-extension://ljfoeinjpaedjfecbmggjgodbgkmjkjk/snaps/bundle.js:9:46655\n at async Object.snapRpc (chrome-extension://ljfoeinjpaedjfecbmggjgodbgkmjkjk/snaps/bundle.js:9:51886)\n at async l.onCommandRequest (chrome-extension://ljfoeinjpaedjfecbmggjgodbgkmjkjk/snaps/bundle.js:9:47986)" }
The text was updated successfully, but these errors were encountered:
The latest release introduces
scopes
field inKeyringAccount
as described on release v0.5.0 description. However due to this changeemitSnapKeyringEvent
fails. The following line is what exactly fails onkeyring.ts
snap-account-abstraction-keyring/packages/snap/src/keyring.ts
Line 235 in e1f562c
The error thrown is
The text was updated successfully, but these errors were encountered: