Skip to content

Commit

Permalink
Fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Jan 30, 2025
1 parent 27ffe7c commit f86cb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/snaps-controllers/src/multichain/MultichainRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type InternalAccount = {

type SnapKeyring = {
submitRequest: (request: {
id: string;
account: string;
method: string;
params?: Json[] | Record<string, Json>;
scope: Caip2ChainId;
Expand Down Expand Up @@ -305,7 +305,7 @@ export class MultichainRouter {
if (accountId) {
return this.#withSnapKeyring(async (keyring) =>
keyring.submitRequest({
id: accountId,
account: accountId,
scope,
method,
params: params as JsonRpcParams,
Expand Down

0 comments on commit f86cb09

Please sign in to comment.