Docs

SafeWalletConfigOptions

type SafeWalletConfigOptions = {
  personalWallets?: WalletConfig<any>[];
  recommended?: boolean;
};