Skip to content

Commit

Permalink
fix: fix after conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jan 30, 2025
1 parent 255b407 commit 8d90188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {
AccountAssetListUpdatedEvent,
CaipAssetTypeOrId,
} from '@metamask/keyring-api';
import { EthAccountType, EthMethod, EthScopes } from '@metamask/keyring-api';
import { EthAccountType, EthMethod, EthScope } from '@metamask/keyring-api';
import { KeyringTypes } from '@metamask/keyring-controller';
import type { InternalAccount } from '@metamask/keyring-internal-api';
import type { PermissionConstraint } from '@metamask/permission-controller';
Expand Down Expand Up @@ -65,7 +65,7 @@ const mockEthAccount = {
},
lastSelected: 0,
},
scopes: [EthScopes.Namespace],
scopes: [EthScope.Eoa],
options: {},
methods: [EthMethod.SignTypedDataV4, EthMethod.SignTransaction],
type: EthAccountType.Eoa,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export class MultichainAssetsController extends BaseController<
return (await this.messagingSystem.call('SnapController:handleRequest', {
snapId: snapId as SnapId,
origin: 'metamask',
handler: HandlerType.OnRpcRequest,
handler: HandlerType.OnAssetsLookup,
request: {
id: '4dbf133d-9ce3-4d3f-96ac-bfc88d351046',
jsonrpc: '2.0',
Expand Down

0 comments on commit 8d90188

Please sign in to comment.