Feat/bancor v2 (#2650)

* Bancor Bridge contract

* refactor Quote and FillData types

* BancorService (wrapper for the Bancor SDK)

* disable bancor while waiting for bancor SDK update

* add bancor to test
This commit is contained in:
Xianny
2020-08-21 15:11:35 -07:00
committed by GitHub
parent 7e8b56eef4
commit af78238507
35 changed files with 1412 additions and 143 deletions

View File

@@ -405,6 +405,7 @@ export async function runMigrationsAsync(
dexForwarderBridge: NULL_ADDRESS,
multiBridge: NULL_ADDRESS,
balancerBridge: NULL_ADDRESS,
bancorBridge: NULL_ADDRESS,
exchangeProxyGovernor: NULL_ADDRESS,
mStableBridge: NULL_ADDRESS,
exchangeProxy: exchangeProxy.address,