Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Fix YVMKUSD address #21

Open
rossgalloway opened this issue Sep 19, 2024 · 0 comments
Open

Fix YVMKUSD address #21

rossgalloway opened this issue Sep 19, 2024 · 0 comments

Comments

@rossgalloway
Copy link

rossgalloway commented Sep 19, 2024

The env.YVMKUSD variable is incorrectly set to the MKUSD address (0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E) and instead should be set to the yvMKUSD address (0xBF319dDC2Edc1Eb6FDf9910E39b37Be221C8805F)

<A target="_blank" rel="noreferrer" className="underline" href={`https://yearn.fi/v3/1/${env.YVMKUSD}`}>yvcrvUSD</A>

and

<A className="flex items-center gap-2 font-mono" href={`https://yearn.fi/v3/1/${env.YVMKUSD}`} target="_blank" rel="noreferrer">

Once fixed, confirm that usage of env.YVMKUSD doesn't break in hooks/useData.ts. It is used on lines 85, 108, 123, 142, 154, 162, 169

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant