Skip to content

Commit

Permalink
Update packages/multichain/src/handlers/wallet-invokeMethod.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
jiexi and mcmire authored Dec 17, 2024
1 parent da3fb04 commit 4a7ae5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/multichain/src/handlers/wallet-invokeMethod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ async function walletInvokeMethodHandler(
endowmentPermissionName: string,
caveatType: string,
) => Caveat<typeof Caip25CaveatType, Caip25CaveatValue>;
findNetworkClientIdByChainId: (chainId: string) => string | undefined;
getSelectedNetworkClientId: () => string;
findNetworkClientIdByChainId: (chainId: Hex) => NetworkClientId | undefined;
getSelectedNetworkClientId: () => NetworkClientId;
},
) {
const { scope, request: wrappedRequest } = request.params;
Expand Down

0 comments on commit 4a7ae5d

Please sign in to comment.