manifoldfinance / mevETH2

mevETH LST Protocol - Repo has migrated see link
https://github.com/MEV-Protocol/meveth
27 stars 2 forks source link

Implement rate provider contract for Balancer integration #90

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is your feature request related to a problem? Please describe.

In order to launch mevETH pools on Balancer, we’ll need a rate provider contract that will expose the mevETH price in ETH via a getRate() function. See here: https://docs.balancer.fi/reference/contracts/rate-providers.html

Additional context

As a further reference, here’s the wstETH/ETH rate provider contract: https://etherscan.io/address/0x72D07D7DcA67b8A406aD1Ec34ce969c90bFEE768#code

sandybradley commented 1 year ago

This is quite basic. Let me implement a draft for us.

sandybradley commented 1 year ago

https://github.com/manifoldfinance/mevETH/pull/72