revo-market/make-crypto-mobile-hackathon

"pool" UI

Closed this issue · 5 comments

As a Farm Bot user, I need to be able to see what farm bots I can provide liquidity for.

AC:

  • four pools deployed: cUSD-Celo, cEUR-Celo, and two Celo-FP. This involves adding the pair of tokens to Ubeswap router (or spin up our own router) so you can deposit to the pool. (pretty sure it is possible to just "register" the pool with the router. might even be able to do it via the UI)
  • whitelist these pools^

I confirmed that the Ubeswap router on Alfajores now tracks the liquidity pool for cUSD/FP by querying the "pairFor" method with the cUSD and FP addresses (0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1 and 0x3B1E4f872a174a33F89711033Ec133748e92aCa0) on blockscout https://explorer.celo.org/address/0xE3D8bd6Aed4F159bc8000a9cD47CffDb95F96121/read-contract

(all I did to get it added was use the Ubeswap UI for "create a pair")

need to do this for the Celo-cEUR farm bot next

the Celo-cEUR farm bot is deployed

there are a lot of contracts to keep track of so I wrote the addresses here https://docs.google.com/spreadsheets/d/1vLGrLHNke1XQCoSmDltqes9setECYnrxsf0fj9kcmLk/edit?usp=sharing

Ubeswap doesn't do whitelisting for pools (too many I suppose) so I think the AC for this are met now