Skip to content

Commit

Permalink
Merge pull request #222 from QuickSwap/hotfix/new-dl
Browse files Browse the repository at this point in the history
Hotfix/new dl
  • Loading branch information
sameepsi authored Jun 29, 2022
2 parents 28cde94 + d10d3a1 commit 1b010da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state/stake/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ function useLairInfo(
inputs,
);

accountArg = [GlobalConst.addresses.NEW_LAIR_ADDRESS ?? undefined];
accountArg = [lairAddress ?? undefined];

const lairsQuickBalance = useSingleCallResult(
quickContract,
Expand All @@ -1179,7 +1179,7 @@ function useLairInfo(

return useMemo(() => {
return {
lairAddress: GlobalConst.addresses.NEW_LAIR_ADDRESS,
lairAddress: lairAddress,
dQUICKtoQUICK: new TokenAmount(
quickToken,
JSBI.BigInt(dQuickToQuick?.result?.[0] ?? 0),
Expand Down

0 comments on commit 1b010da

Please sign in to comment.