Skip to content

Commit

Permalink
fix: build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChin committed Oct 23, 2023
1 parent 577e470 commit a2ea3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/providers/privy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { configureChainsConfig } from "@/config/networks"
export function Privy({ children }: { children: ReactNode }) {
return (
<PrivyProvider
appId={env.NEXT_PUBLIC_PRIVY_APP_ID as string}
appId={env.NEXT_PUBLIC_PRIVY_APP_ID}
config={{
embeddedWallets: {
createOnLogin: "all-users",
Expand Down
2 changes: 1 addition & 1 deletion lib/generated/blockchain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by @wagmi/cli@1.1.0 on 10/16/2023 at 8:05:49 PM
// Generated by @wagmi/cli@1.1.0 on 10/23/2023 at 3:44:56 PM
import {
useContractEvent,
UseContractEventConfig,
Expand Down

0 comments on commit a2ea3c6

Please sign in to comment.