feat: DODO V2, Linkswap (#152)

* feat: DODO V2

* Fix typo

* feat: Linkswap (#153)

* fix: intermediate hops WBTC (#154)

* feat: Linkswap

* fix: Re-add WBTC in default hop tokens

* Update review changes

* FQT deploy + no gas limit ETH refund (#155)

* `@0x/contracts-zero-ex`: refund ETH with no gas limit in FQT
`@0x/contract-addresses`: Deploy FQT

* Update packages/contract-addresses/CHANGELOG.json

Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>

Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>

Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
This commit is contained in:
Jacob Evans
2021-02-24 12:19:26 +10:00
committed by GitHub
parent 74b240fb88
commit 49cb00a9ab
29 changed files with 636 additions and 74 deletions

View File

@@ -5,6 +5,10 @@
{
"note": "Add VIP utils",
"pr": 127
},
{
"note": "Add `DodoV2` and `Linkswap` BridgeSource",
"pr": 152
}
]
},

View File

@@ -10,6 +10,7 @@
"scripts": {
"build": "yarn tsc -b",
"build:ci": "yarn build",
"watch": "tsc -w -p tsconfig.json",
"publish:private": "yarn clean && yarn build && gitpkg publish",
"test": "yarn run_mocha",
"rebuild_and_test": "run-s build test",

View File

@@ -127,6 +127,8 @@ export enum BridgeSource {
Swerve,
Uniswap,
UniswapV2,
DodoV2,
Linkswap,
}
/**