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

feat: refactor for staking token to be generic #43

Merged
merged 5 commits into from
May 17, 2024
Merged

Conversation

0xean
Copy link
Contributor

@0xean 0xean commented May 16, 2024

removes "FOX" so the token that is being staked is generic in case we use it for LP tokens as well.

Absolutely no functional changes should have been introduced here.

closes #42

@0xean 0xean marked this pull request as ready for review May 16, 2024 15:30
@0xean 0xean requested a review from gomesalexandre May 16, 2024 15:31
Copy link
Contributor

@gomesalexandre gomesalexandre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - does what it says on the box as far as generalizing the staking token, a few references remaining in comments and require strings we probably want to tackle too, and other, less relevant references we may want to tackle as well in tests and deployment scripts

@0xean
Copy link
Contributor Author

0xean commented May 17, 2024

@gomesalexandre made another deeper pass, please check again. Included scripts, etc.

Copy link
Contributor

@gomesalexandre gomesalexandre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM now @0xean! Just ran a regen of the ABIs and fixed the script and wagmi config in aadb02a to match the new names, we should be good to go now.

@0xean 0xean merged commit c8d12d2 into main May 17, 2024
1 check passed
@0xean 0xean deleted the feat/refactor-tokief branch May 29, 2024 17:59
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.

refactor so foxToken becomes stakingToken and is more generic so we can use for LP tokens also
2 participants