LlamaSwap / interface

Frontend for LlamaSwap
https://swap.defillama.com
85 stars 77 forks source link

Convert CoW Swap orders to zero signed fee orders #249

Closed harisang closed 8 months ago

harisang commented 8 months ago

This PR proposes to make all orders placed on CoW Swap via DefiLlama as zero-signed fee orders, thus allowing for the solvers operating on CoW Protocol to propose a dynamic fee, based on the current state of the CoW Protocol orderbook and network conditions. This will allow solvers to more easily push additional benefits of batching to users, compared to a static fee (which is the case today).

We stress that nothing wrt to quotes and the limit price users sign will change, i.e., users will sign a limit price that is exactly equal to what they would sign prior this change.

vercel[bot] commented 8 months ago

@harisang is attempting to deploy a commit to the sealed-art Team on Vercel.

A member of the Team first needs to authorize it.

anxolin commented 8 months ago

@harisang I debugged the issue above and did a quick fix in another PR: https://github.com/LlamaSwap/interface/pull/250

vrtnd commented 8 months ago

replaced by https://github.com/LlamaSwap/interface/pull/250