We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c1c91 commit b660e9eCopy full SHA for b660e9e
contexts/privy.tsx
@@ -15,6 +15,7 @@ export function PrivyContextProvider({ children }: { children: ReactNode }) {
15
config={{
16
loginMethods: ["email","wallet"],
17
supportedChains:[optimism],
18
+ defaultChain:optimism,
19
appearance:{
20
showWalletLoginFirst:true,
21
},
0 commit comments