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

Added foxy markets for LXP rewards #291

Merged
merged 9 commits into from
Aug 22, 2024
Merged

Added foxy markets for LXP rewards #291

merged 9 commits into from
Aug 22, 2024

Conversation

deadshotryker
Copy link
Contributor

@deadshotryker deadshotryker commented Aug 19, 2024

As disucssed, we return the foxy markets in the current subgraph. For foxy specifically we return 0x000000000000000000000000000000000000foxy as the token address.

PFA the code for the same:

const remapFoxy = (addr: string) =>
addr == "0x5fbdf89403270a1846f5ae7d113a989f850d1566"
? "0x000000000000000000000000000000000000foxy"
: addr;

@0xroll 0xroll merged commit a098b5f into delta-hq:main Aug 22, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants