type SmartWalletConnectionArgs = { accountAddress?: string; personalWallet: EVMWallet;};
type accountAddress = string;
type personalWallet = EVMWallet;