Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Feb 24, 2025
1 parent 054e76a commit dcb16ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export function WalletProvider({ children }: PropsWithChildren) {
return (
<AptosWalletAdapterProvider
autoConnect={true}
dappConfig={{ network: NETWORK, aptosApiKey: APTOS_API_KEY }}
optInWallets={["Continue with Google","Petra","Nightly","Pontem Wallet", "Mizu Wallet"]}
dappConfig={{ network: NETWORK, aptosApiKeys: { [NETWORK]: APTOS_API_KEY } }}
optInWallets={["Continue with Google", "Petra", "Nightly", "Pontem Wallet", "Mizu Wallet"]}
onError={(error) => {
toast({
variant: "destructive",
Expand Down

0 comments on commit dcb16ae

Please sign in to comment.