Popcorn-Limited / monorepo

https://monorepo-app-kohl.vercel.app
GNU General Public License v3.0
7 stars 2 forks source link

Adapter - GurveGauge #14

Open RedVeil opened 1 year ago

RedVeil commented 1 year ago

Create an Adapter to deposit a curve LP into the gauge and claim rewards from it. [ ] Should Implement AdapterBase.sol [ ] Should Implement WithRewards.sol [ ] Should have an AdapterTest (Check out YearnAdapterTest.t.sol) [ ] Should have a VaultTest (Check out YearnVaultTest.t.sol) [ ] Should have a TestConfigStorage (Check out YearnTestConfigStorage.sol)

RedVeil commented 1 year ago

Left some comments in https://github.com/Popcorn-Limited/monorepo/pull/100