Update components/providers/privy-provider.tsx

This commit is contained in:
yoginawaka 2025-02-13 14:24:42 +00:00
parent b0df6a8ad1
commit 6d0733fc67

View File

@ -26,9 +26,7 @@ export function Providers({ children }: { children: ReactNode }) {
"showWalletLoginFirst": false, "showWalletLoginFirst": false,
"logo": "https://auth.privy.io/logos/privy-logo.png", "logo": "https://auth.privy.io/logos/privy-logo.png",
"walletChainType": 'ethereum-only', "walletChainType": 'ethereum-only',
"walletList": [ "walletList": ['metamask', 'wallet_connect', 'coinbase_wallet', 'rabby_wallet', 'cryptocom','safe']
"metamask"
]
}, },
// "externalWallets": { // "externalWallets": {
// "solana": { // "solana": {