SafeWalletConfigOptions
type SafeWalletConfigOptions = { recommended?: boolean;};
An array of personalWallets to show in ConnectWallet Modal to use with SafeWallet
If true, the wallet will be tagged as "recommended" in ConnectWallet Modal
type recommended = boolean;