issues
search
0xProject
/
0x-monorepo
0x protocol monorepo - includes our smart contracts and many developer tools
Other
1.41k
stars
467
forks
source link
feat: ExchangeProxy FillQuoteTransformer bridge direct
#2608
Closed
dekz
closed
4 years ago
dekz
commented
4 years ago
Description
Directly fills the Bridge order with the on-chain source.
dekz
commented
4 years ago
Before
After
Diff
source
Exchange
FQT*
diff
Curve_Compound
1228K
1100K
128K
Curve_SUSD
462K
434K
28K
Kyber
893K
805K
88K
Uniswap
366K
353K
13K
UniswapV2
375K
354K
21K
Note: FQT is ALWAYS performing an approval in simulations as this is an initial "setup" cost on the first trade. FQT in practice will have an additional 20k savings once the first trade of that token has occurred.
Description
Directly fills the Bridge order with the on-chain source.