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:
@@ -5,6 +5,10 @@
|
||||
{
|
||||
"note": "Add VIP utils",
|
||||
"pr": 127
|
||||
},
|
||||
{
|
||||
"note": "Add `DodoV2` and `Linkswap` BridgeSource",
|
||||
"pr": 152
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -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",
|
||||
|
@@ -127,6 +127,8 @@ export enum BridgeSource {
|
||||
Swerve,
|
||||
Uniswap,
|
||||
UniswapV2,
|
||||
DodoV2,
|
||||
Linkswap,
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user