feat: Curve V2 (#262)

* feat: Curve V2

* fix: CurveV2 gas schedule, remove unused import from MixinCurveV2

* feat: FQT address update

* chore: Curve V2 exchange_underlying, adding Polygon atricrypto pool

* prettier

* feat: FQT Polygon address update

* feat: FQT address update
This commit is contained in:
Romain Butteaud
2021-06-10 19:01:11 -07:00
committed by GitHub
parent adf6684c29
commit d07c7d5b69
14 changed files with 241 additions and 63 deletions

View File

@@ -129,6 +129,7 @@ export enum BridgeProtocol {
BalancerV2,
UniswapV3,
KyberDmm,
CurveV2,
}
// tslint:enable: enum-naming