feat: Swerve Finance and SushiSwap (#2698)

* feat: Swerve Finance

* export SwerveFillData

* test and CHANGELOG

* feat: Sushiswap (#2700)

* feat: SushiSwap

* Changelog

* fix tests

* Deployed SushiSwap bridge

* Fix test

* IGNORED_EXCESSIVE_TYPES
This commit is contained in:
Jacob Evans
2020-09-09 21:35:24 +10:00
committed by GitHub
parent 08ae43aad3
commit 630108ccb6
26 changed files with 527 additions and 45 deletions

View File

@@ -400,6 +400,7 @@ export async function runMigrationsAsync(
exchangeProxyGovernor: NULL_ADDRESS,
mStableBridge: NULL_ADDRESS,
mooniswapBridge: NULL_ADDRESS,
sushiswapBridge: NULL_ADDRESS,
exchangeProxy: exchangeProxy.address,
exchangeProxyAllowanceTarget: exchangeProxyAllowanceTargetAddress,
exchangeProxyTransformerDeployer: txDefaults.from,