Skip to content

Commit

Permalink
Added chain default (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
namedotget authored Jan 20, 2025
1 parent 67076ed commit cf34c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/pages/rewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
TABLELAND_ENDPOINT,
} from 'const/config'
import { useRouter } from 'next/router'
import { useChainDefault } from '@/lib/thirdweb/hooks/useChainDefault'
import { initSDK } from '@/lib/thirdweb/thirdweb'
import { getRelativeQuarter } from '@/lib/utils/dates'
import {
Expand All @@ -19,6 +20,7 @@ export default function Rewards({
distributions,
}: RetroactiveRewardsProps) {
const router = useRouter()
useChainDefault()
return (
<RetroactiveRewards
projects={projects}
Expand Down

0 comments on commit cf34c4a

Please sign in to comment.