makerdao / univ2-lp-oracle

GNU Affero General Public License v3.0
23 stars 13 forks source link

Add direct uniswap testing. #6

Closed brianmcmichael closed 3 years ago

brianmcmichael commented 3 years ago

Adds the uniswap interfaces and tests a simulated Uniswap transaction through the router.

This test pushes 200 million Dai through the Uniswap WETH/DAI exchange and checks the oracle prices before and after.

There may be more tests (and ways we can test) using the pattern here but I wanted to get it up here.