Skip to content

Commit

Permalink
Add 'USDE' to eligible tokens in OmniDetailSectionErc20Claims
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Oct 14, 2024
1 parent b6cfddc commit ceaf97c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const OmniDetailSectionErc20Claims: FC = () => {
environment: { protocol, collateralToken, quoteToken },
} = useOmniGeneralContext()

const eligibleTokens = ['ENA', 'SUSDE']
const eligibleTokens = ['ENA', 'SUSDE', 'USDE']

const isEligible =
[LendingProtocol.MorphoBlue, LendingProtocol.Ajna].includes(protocol) &&
Expand Down

0 comments on commit ceaf97c

Please sign in to comment.