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

@@ -70,6 +70,7 @@ export const docGenConfigs: DocGenConfigs = {
'MultiAssetData',
'StaticCallAssetData',
'MultiAssetDataWithRecursiveDecoding',
'OrderPrunerPermittedFeeTypes',
],
// Some libraries only export types. In those cases, we cannot check if the exported types are part of the
// "exported public interface". Thus we add them here and skip those checks.