import { TransactionRequestEIP1559 } from 'viem'; export type Call3 = { target: `0x${string}`; allowFailure: boolean; callData: `0x${string}`; }; export type MultiCallTx = Omit, "from" | "account">;