Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhide susde/dai pool #1740

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ import { getDrift } from "src/drift/getDrift";
import { queryClient } from "src/network/queryClient";
import { useAppConfigForConnectedChain } from "src/ui/appconfig/useAppConfigForConnectedChain";
import { getRewardResolverQuery } from "src/ui/rewards/hooks/getRewardResolverQuery";
import { Address } from "viem";
import { useChainId } from "wagmi";

const HIDDEN_POOLS = [
// Hide the susde/dai pool on mainnet because the LP APY is -100% after the
// only LP yoinked their liquidity while a Long was open.
"0xd41225855A5c5Ba1C672CcF4d72D1822a5686d30",
];
const HIDDEN_POOLS: Address[] = [];
/**
* Returns a list of hyperdrives that are not paused or hidden. Optionally you
* can specify if you want to filter out hyperdrives that have rewards
Expand Down
Loading