Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 12, 2025
1 parent 847b29a commit 745a2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multichain/src/handlers/wallet-getSession.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import type { Caveat } from '@metamask/permission-controller';
import type { JsonRpcRequest, JsonRpcSuccess } from '@metamask/utils';
import type { NormalizedScopesObject } from '../scope/types';

import { getSessionScopes } from '../adapters/caip-permission-adapter-session-scopes';
import type { Caip25CaveatValue } from '../caip25Permission';
import {
Caip25CaveatType,
Caip25EndowmentPermissionName,
} from '../caip25Permission';
import type { NormalizedScopesObject } from '../scope/types';

/**
* Handler for the `wallet_getSession` RPC method as specified by [CAIP-312](https://chainagnostic.org/CAIPs/caip-312).
Expand Down

0 comments on commit 745a2b9

Please sign in to comment.