0xProject / 0x-monorepo

0x protocol monorepo - includes our smart contracts and many developer tools
Other
1.41k stars 464 forks source link

fix: exchange proxy overhead scaled by gas price #2723

Closed dekz closed 3 years ago

dekz commented 3 years ago

Description

_opts.exchangeProxyOverhead was scaled by the gasPrice (aka ETH) for routing. We only want the gas component for the gas estimate.

Testing instructions

Types of changes

Checklist: