ubiquity / ubiquity-dollar

Ubiquity Dollar (uAD) smart contracts and user interface.
https://uad.ubq.fi
Apache License 2.0
31 stars 82 forks source link

feat: add oracle migrations #855

Closed rndquu closed 6 months ago

rndquu commented 6 months ago

This PR updates migration scripts to deploy oracle related contracts.

We've got the following oracle related contracts:

  1. Curve Dollar-3CRVLP metapool (to fetch Dollar price)
  2. Chainlink price feed (to fetch collateral token price in UbiquityPool)

Development migration deploys all oracle related contracts from scratch for ease of debugging.

Mainnet migration uses already deployed oracle related contracts.

The only catch is that we haven't yet redeployed the old Dollar-3CRVLP metapool because we need the new Dollar token contract to be redeployed hence this commented block.

rndquu commented 6 months ago

Merging this PR because it blocks some of the tasks. @molecula451 If you have any other remarks pls let me know.

molecula451 commented 6 months ago

I am keeping an eye on this one, moving on for now as I am sure we needed it at the soonest!