Skip to content

Commit b660e9e

Browse files
committed
feat: set defaultChain to optimism in PrivyContextProvider
1 parent 71c1c91 commit b660e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contexts/privy.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function PrivyContextProvider({ children }: { children: ReactNode }) {
1515
config={{
1616
loginMethods: ["email","wallet"],
1717
supportedChains:[optimism],
18+
defaultChain:optimism,
1819
appearance:{
1920
showWalletLoginFirst:true,
2021
},

0 commit comments

Comments
 (0)