LlamaSwap / interface

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

Ethflow quoting #73

Closed josojo closed 1 year ago

josojo commented 1 year ago

Eth trading for cowswap is a special case. Instead of just handing in an eip712 signature, one has to create an ethereum transaction that places an EIP1271 order and send the eth along with this transaction.

One also has to create beforehand a quote that reflects this this will be an eip1271 order. This PR creates the necessary changes for it to work.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
llamaswap ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 23, 2023 at 9:27PM (UTC)
ai-slave commented 1 year ago

Interesting, thank you @josojo!