Skip to content

Commit

Permalink
Merge pull request #1472 from scroll-tech/sepolia
Browse files Browse the repository at this point in the history
Merge pull request #1471
  • Loading branch information
Holybasil authored Feb 20, 2025
2 parents 913d6e5 + 7c62ae1 commit b97f2d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@tanstack/react-virtual": "^3.11.2",
"@types/mdx": "^2.0.13",
"@typescript-eslint/parser": "^8.4.0",
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.5",
Expand Down
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { GoogleAnalytics } from "@next/third-parties/google"
import { SpeedInsights } from "@vercel/speed-insights/next"
import { Metadata } from "next"
// import SentrySetting from "@/components/SentrySetting"
import React, { Suspense } from "react"
Expand Down Expand Up @@ -45,6 +46,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
</AppRouterCacheProvider>
{process.env.NODE_ENV === "production" && (
<>
<SpeedInsights></SpeedInsights>
<Suspense fallback={null}>
<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID} />
</Suspense>
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3728,6 +3728,11 @@
resolved "https://registry.yarnpkg.com/@vanilla-extract/sprinkles/-/sprinkles-1.6.1.tgz#2c8a832757a0d8104dc6bd5d961db2c70d1dbdcb"
integrity sha512-N/RGKwGAAidBupZ436RpuweRQHEFGU+mvAqBo8PRMAjJEmHoPDttV8RObaMLrJHWLqvX+XUMinHUnD0hFRQISw==

"@vercel/speed-insights@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@vercel/speed-insights/-/speed-insights-1.2.0.tgz#1656c3596d4ec02d93d301ca45944c1b9b245186"
integrity sha512-y9GVzrUJ2xmgtQlzFP2KhVRoCglwfRQgjyfY607aU0hh0Un6d0OUyrJkjuAlsV18qR4zfoFPs/BiIj9YDS6Wzw==

"@wagmi/connectors@5.1.8":
version "5.1.8"
resolved "https://registry.yarnpkg.com/@wagmi/connectors/-/connectors-5.1.8.tgz#3793fecfa8bbe7c1b675f36103fc3bfdb8262e63"
Expand Down

0 comments on commit b97f2d2

Please sign in to comment.