Skip to content

Commit

Permalink
add note on upgradeability
Browse files Browse the repository at this point in the history
  • Loading branch information
mkflow27 committed Sep 18, 2024
1 parent e339fad commit 0125aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rate-providers/TokemakRateProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ If none of these is checked, then this might be a pretty great Rate Provider! If

### Administrative Privileges
- [ ] The Rate Provider is upgradeable (e.g., via a proxy architecture or an `onlyOwner` function that updates the price source address).
- comment: The system uses a minimal proxy architecture, which simply forwards all calls. While the vault is not upgradeable by the usual upgradeable-proxy pattern it needs to be noted that additional downstream components may be upgradeable but were not part of the first review.

- [ ] Some other portion of the price pipeline is upgradeable (e.g., the token itself, an oracle, or some piece of a larger system that tracks the price).

Expand Down

0 comments on commit 0125aac

Please sign in to comment.