function magicEdenWallet( options?: MagicEdenWalletConfigOptions,): WalletConfig<MagicEdenWallet>;
Optional configuration options for the wallet
If true , the wallet will be tagged as "recommended" in ConnectWallet Modal UI. Default is false
true
ConnectWallet
false
let options: MagicEdenWalletConfigOptions;
let returnType: WalletConfig<MagicEdenWallet>;