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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user