SwaprHQ / swapr-dapp

DEX meta agregator
https://swapr.eth.limo/
GNU General Public License v3.0
49 stars 57 forks source link

update: update CoW Swap limit order to zero fee amount #1911

Closed berteotti closed 6 months ago

berteotti commented 6 months ago

Convert CoW Protocol limit orders to zero-signed fee orders

--FROM--
Sell token: A
Sell amount: x
Fee: f
Buy token: B
Buy amount: y

--TO--
Sell token: A
Sell amount: x + f
Fee: 0
Buy token: B
Buy amount: y

Related to https://snapshot.org/#/cow.eth/proposal/0xfb81daea9be89f4f1c251d53fd9d1481129b97c6f38caaddc42af7f3ce5a52ec

Diogomartf commented 6 months ago

The diff seems not correct, can we fix it? Maybe with rebase.