File tree Expand file tree Collapse file tree 4 files changed +753
-520
lines changed Expand file tree Collapse file tree 4 files changed +753
-520
lines changed Original file line number Diff line number Diff line change 29
29
"@trpc/next" : " ^10.33.0" ,
30
30
"@trpc/react-query" : " ^10.33.0" ,
31
31
"@trpc/server" : " ^10.33.0" ,
32
+ "@vercel/analytics" : " ^1.1.1" ,
32
33
"@vercel/postgres" : " ^0.4.0" ,
33
34
"bcryptjs" : " ^2.4.3" ,
34
35
"ethers" : " ^6" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import {
19
19
RainbowKitProvider ,
20
20
} from "@rainbow-me/rainbowkit" ;
21
21
import { zerionWallet } from "@rainbow-me/rainbowkit/wallets" ;
22
+ import { Analytics } from "@vercel/analytics/react" ;
22
23
23
24
// SIWE Integration
24
25
import { WagmiConfig , createConfig , configureChains } from "wagmi" ;
@@ -101,6 +102,7 @@ const MyApp = ({
101
102
< MDXProvider components = { Components } >
102
103
< AppContextProvider >
103
104
{ getLayout ( < Component { ...pageProps } /> ) }
105
+ < Analytics mode = { "production" } /> ;
104
106
</ AppContextProvider >
105
107
</ MDXProvider >
106
108
</ RainbowKitProvider >
You can’t perform that action at this time.
0 commit comments