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": {
|
"mfa": {
|
||||||
"noPromptOnMfaRequired": false
|
"noPromptOnMfaRequired": false
|
||||||
},
|
},
|
||||||
"defaultChain": 56, // BSC mainnet
|
"networkConfigs": {
|
||||||
"supportedChains": [{
|
defaultNetwork: 56,
|
||||||
id: 56,
|
supportedNetworks: [
|
||||||
name: 'BNB Smart Chain',
|
{
|
||||||
rpcUrl: 'https://bsc-dataseed.binance.org/',
|
chainId: 56,
|
||||||
blockExplorer: 'https://bscscan.com'
|
name: 'BNB Smart Chain',
|
||||||
}]
|
rpcUrl: 'https://bsc-dataseed.binance.org/',
|
||||||
|
blockExplorerUrl: 'https://bscscan.com'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user