type SmartWalletConnectionOptions = { chain?: Chain; client: ThirdwebClient; personalAccount: Account;};
type chain = Chain;
type client = ThirdwebClient;
type personalAccount = Account;