-
Notifications
You must be signed in to change notification settings - Fork 32
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
Various improvements to wstETH adapter #83
Various improvements to wstETH adapter #83
Conversation
src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol
Outdated
Show resolved
Hide resolved
src/wsteth-exchange-rate-adapter/interfaces/MinimalAggregatorV3Interface.sol
Outdated
Show resolved
Hide resolved
src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol
Show resolved
Hide resolved
src/wsteth-exchange-rate-adapter/interfaces/MinimalAggregatorV3Interface.sol
Show resolved
Hide resolved
Co-authored-by: MathisGD <[email protected]> Signed-off-by: Merlin Egalite <[email protected]>
…s/morpho-blue-oracles into refactor/various-improvements
src/wsteth-exchange-rate-adapter/WstEthStEthExchangeRateChainlinkAdapter.sol
Outdated
Show resolved
Hide resolved
I'm wondering if it makes sense to drop everywhere the reference to Chainlink everywhere and just use the "Morpho" terms. Like Morpho Adapter, Morpho Oracle and so on. Those will be "inspired" to the Chainlink version in the sense that you (Morpho) have agreed that their interface is a "standard de facto" for the function signatures for an oracle. |
That's something we thought about, but ditched because if in the future we develop an other oracle (for uniswap for example), it will be better to have a more specific name for this one. "Chainlink" isn't perfect, because it's only about its interface, but that's the best compromised we found. |
…r/various-improvements
…nto refactor/various-improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes: