Skip to content

Commit

Permalink
update: farming redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
damnnou committed Apr 10, 2024
1 parent 0a581bb commit c88d90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/farming/ActiveFarming/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const ActiveFarming = ({

const formattedTVL = TVL.toFixed(2);

const {data: rates} = useAlgebraVirtualPoolRewardRates({
const { data: rates } = useAlgebraVirtualPoolRewardRates({
address: farming.farming.virtualPool,
})

Expand Down
4 changes: 2 additions & 2 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ALGEBRA_ROUTER: Address =
'0x5E491EEF515b802Cf0E40053677Cf61048302513';

export const ALGEBRA_ETERNAL_FARMING: Address =
'0x228fe45081165a2948735c84B9C0648EeE8E84a0';
'0x748DddDfb4780168346ac628593dB1b17cF62dA8';

export const FARMING_CENTER: Address =
'0x4cFFc4701dF4637f515d068944422212878e4C4d';
'0x754Fd5fB70efBcDe132F76c5F5A5cb1716b9FFa2';

0 comments on commit c88d90a

Please sign in to comment.