PhantomWalletConfigOptions
type PhantomWalletConfigOptions = { recommended?: boolean };
 If true , the wallet will be tagged as "recommended" in ConnectWallet Modal. Default is false
type recommended = boolean;
type PhantomWalletConfigOptions = { recommended?: boolean };
 If true , the wallet will be tagged as "recommended" in ConnectWallet Modal. Default is false
type recommended = boolean;