Docs

SafeConnectionArgs

type SafeConnectionArgs = {
chain: Pick<Chain, "chainId" | "rpc">;
personalWallet: EVMWallet;
safeAddress: string;
};