fix: removing Clipper custom integration (to add it later as a real PLP) (#335)

* fix: removing Clipper custom integration (to add it later as a real PLP)

* fix: update CHHANGELOG

* fix: keep Clipper as BridgeProtocols so we dont have to redeploy and comment this is not used

* fix: prettier
This commit is contained in:
Romain Butteaud
2021-10-04 11:39:07 -07:00
committed by GitHub
parent 8f6f7ad453
commit 0945d4cef2
13 changed files with 13 additions and 249 deletions

View File

@@ -131,7 +131,7 @@ export enum BridgeProtocol {
KyberDmm,
CurveV2,
Lido,
Clipper,
Clipper, // Not used: Clipper is now using PLP interface
}
// tslint:enable: enum-naming