We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06853f9 commit 2523438Copy full SHA for 2523438
src/pages/staking/index.tsx
@@ -36,8 +36,6 @@ import Translation from "@/components/Translation"
36
import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
37
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
38
39
-import { BASE_TIME_UNIT } from "@/lib/constants"
40
-
41
import rhino from "@/public/upgrades/upgrade_rhino.png"
42
43
type BenefitsType = {
@@ -217,7 +215,6 @@ export const getStaticProps = (async (context) => {
217
215
lastDeployDate,
218
216
data,
219
},
220
- revalidate: BASE_TIME_UNIT * 24,
221
}
222
}) satisfies GetStaticProps<Props>
223
0 commit comments