import { WalletContext as BaseContext } from "../commons/context.js"; export type WalletContext = BaseContext & { version: 1; multiCallUtils: string; };