Update components/providers/privy-provider.tsx

This commit is contained in:
yoginawaka 2025-02-13 16:07:33 +00:00
parent e1f0c44569
commit b719dc6ffa

View File

@ -33,13 +33,17 @@ export function Providers({ children }: { children: ReactNode }) {
"mfa": { "mfa": {
"noPromptOnMfaRequired": false "noPromptOnMfaRequired": false
}, },
"defaultChain": 56, // BSC mainnet "networkConfigs": {
"supportedChains": [{ defaultNetwork: 56,
id: 56, supportedNetworks: [
{
chainId: 56,
name: 'BNB Smart Chain', name: 'BNB Smart Chain',
rpcUrl: 'https://bsc-dataseed.binance.org/', rpcUrl: 'https://bsc-dataseed.binance.org/',
blockExplorer: 'https://bscscan.com' blockExplorerUrl: 'https://bscscan.com'
}] }
]
}
}} }}
> >
{children} {children}