Skip to content

Commit ce82472

Browse files
committed
fix: Privy creds
1 parent cbe2cac commit ce82472

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

App.tsx

+4-5
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,10 @@ export default function AppWithProviders() {
170170
return (
171171
<QueryClientProvider client={queryClient}>
172172
<PrivyProvider
173-
appId="cloh5bn1p00q4l50gcg0g1mix"
174-
clientId="client-WY2eFe3hjqkyEyrGWiZoJUqsihgrJieWcXjcKN4f3mwXM"
175-
176-
// storage={privySecureStorage}
177-
// supportedChains={[base]}
173+
appId={config.privy.appId}
174+
clientId={config.privy.clientId}
175+
// storage={privySecureStorage} // Temporary removed until we see if really needed
176+
// supportedChains={[base]} // Temporary removed until we see if really needed
178177
>
179178
<SmartWalletsProvider>
180179
<ThirdwebProvider>

0 commit comments

Comments
 (0)