Update components/providers/privy-provider.tsx
This commit is contained in:
parent
e1f0c44569
commit
b719dc6ffa
@ -33,13 +33,17 @@ export function Providers({ children }: { children: ReactNode }) {
|
||||
"mfa": {
|
||||
"noPromptOnMfaRequired": false
|
||||
},
|
||||
"defaultChain": 56, // BSC mainnet
|
||||
"supportedChains": [{
|
||||
id: 56,
|
||||
"networkConfigs": {
|
||||
defaultNetwork: 56,
|
||||
supportedNetworks: [
|
||||
{
|
||||
chainId: 56,
|
||||
name: 'BNB Smart Chain',
|
||||
rpcUrl: 'https://bsc-dataseed.binance.org/',
|
||||
blockExplorer: 'https://bscscan.com'
|
||||
}]
|
||||
blockExplorerUrl: 'https://bscscan.com'
|
||||
}
|
||||
]
|
||||
}
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
|
Loading…
x
Reference in New Issue
Block a user