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