Skip to content

Commit

Permalink
feat: set defaultChain to optimism in PrivyContextProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
dipanshuhappy committed Nov 11, 2024
1 parent 71c1c91 commit b660e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contexts/privy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function PrivyContextProvider({ children }: { children: ReactNode }) {
config={{
loginMethods: ["email","wallet"],
supportedChains:[optimism],
defaultChain:optimism,
appearance:{
showWalletLoginFirst:true,
},
Expand Down

0 comments on commit b660e9e

Please sign in to comment.