Commit 8ab4400
Support Lens (cowprotocol#3469)
# Description
This PR contains changes that are required to run the protocol on the
Lens chain.
# Changes
- All the SCs available on this chain from the existing list.
- Since balancer vault is not available on Lens, I dropped it and some
others from the baseline config since they were unused anyway.
- Migrate to UniswapV3SwapRouterV2.
## How to test
Run locally with the baseline solver:
- [x] Sell order quoting works
- [x] Buy order quoting works
- [x] Placing sell order works
- [x] Placing buy order works
---------
Co-authored-by: MartinquaXD <martin.beckmann@protonmail.com>1 parent 6f5d2e6 commit 8ab4400
File tree
14 files changed
+101
-109
lines changed- crates
- chain/src
- contracts
- artifacts
- src
- driver/src
- boundary/liquidity/uniswap
- infra
- blockchain
- liquidity
- solvers/src/infra
- solver/src
- interactions
- liquidity
14 files changed
+101
-109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments