revo-market / make-crypto-mobile-hackathon

Build the next generation of Defi accessibility with Celo mobile-first blockchain! Create new solutions on top of the Celo Ledger - DeFi, NFTs, Smart Contracts, Developer tooling and more.
1 stars 1 forks source link

"pool" UI #29

Closed cajubelt closed 2 years ago

cajubelt commented 2 years ago

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

AC:

cajubelt commented 2 years ago

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

cajubelt commented 2 years ago

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

cajubelt commented 2 years ago

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

cajubelt commented 2 years ago

the Celo-cEUR farm bot is deployed

cajubelt commented 2 years ago

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