OriginProtocol / origin-dollar

OUSD and OETH are stablecoins that passively accrue yield while you are holding it
https://originprotocol.com
MIT License
119 stars 80 forks source link

Update token names in final buyback contract #2067

Closed DanielVF closed 4 months ago

DanielVF commented 4 months ago

We changed the variable names ogv to ogn in the BaseBuyback contract but didn't change in the contracts inherit it. Simple update just to keep things clean.

github-actions[bot] commented 4 months ago
Warnings
:warning: :eyes: This PR needs at least 2 reviewers

Generated by :no_entry_sign: dangerJS against ebee985beafae4f1d2354a91bb4dfd962ece302e

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 1.29%. Comparing base (34c9bff) to head (ebee985).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2067 +/- ## ====================================== Coverage 1.29% 1.29% ====================================== Files 59 59 Lines 3021 3021 Branches 779 779 ====================================== Hits 39 39 Misses 2982 2982 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

shahthepro commented 4 months ago

I also renamed BaseBuyback to AbstractBuyback and also removed the unused MockBuyback contract. Will merge it to master and redo the deploy of implementations so that these changes are picked up