We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8202773 commit ef7e20cCopy full SHA for ef7e20c
packages/snaps-controllers/src/multichain/MultichainRouter.ts
@@ -53,7 +53,7 @@ type InternalAccount = {
53
54
type SnapKeyring = {
55
submitRequest: (request: {
56
- id: string;
+ account: string;
57
method: string;
58
params?: Json[] | Record<string, Json>;
59
scope: Caip2ChainId;
@@ -305,7 +305,7 @@ export class MultichainRouter {
305
if (accountId) {
306
return this.#withSnapKeyring(async (keyring) =>
307
keyring.submitRequest({
308
- id: accountId,
+ account: accountId,
309
scope,
310
method,
311
params: params as JsonRpcParams,
0 commit comments