Skip to content

Commit

Permalink
v7.8.1
Browse files Browse the repository at this point in the history
v7.8.1
  • Loading branch information
platschi authored Sep 20, 2023
2 parents d7dfa51 + cbd7905 commit 41707a4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/app/src/state/futures/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,6 @@ export const useFetchStakeMigrateData = () => {
useFetchAction(fetchStakeMigrateData, {
dependencies: [networkId, wallet],
})

useFetchAction(() => fetchFuturesFees({ start, end }), {
dependencies: [networkId, start, end],
disabled: !networkSupportsStaking,
})

useFetchAction(() => fetchFuturesFeesForAccount({ start, end }), {
dependencies: [networkId, wallet, start, end],
disabled: !wallet || !networkSupportsStaking,
})
}

export const useFetchReferralData = () => {
Expand Down

1 comment on commit 41707a4

@vercel
Copy link

@vercel vercel bot commented on 41707a4 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kwenta – ./packages/app

kwenta-kwenta.vercel.app
kwenta-git-main-kwenta.vercel.app
kwenta.io
www.kwenta.io

Please sign in to comment.