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

@@ -288,11 +288,11 @@ contract DeploymentConstants {
}
/// @dev An overridable way to retrieve the Mooniswap registry address.
/// @return musd The Mooniswap registry address.
/// @return registry The Mooniswap registry address.
function _getMooniswapAddress()
internal
view
returns (address registry)
returns (address)
{
return MOONISWAP_REGISTRY;
}