Commit 9a7a0b3
authored
Add Uniswap V3 Fixture (#95)
* add basic Uniswap V3 fixture
* add createPool to fixture
* add quoter
* add getTokenOrder helper
* add addLiquidityWide helper function
* add external contracts
* sort imports
* fix imports
* improve comments
* use exact values in tests
* split uniswap contracts into v2/v3 folders
* review changes
* add weth and wbtc price in initialize function1 parent 859941f commit 9a7a0b3
File tree
35 files changed
+2388
-2
lines changed- contracts/protocol/integration/oracles
- external
- abi/uniswap
- v2
- v3
- contracts/uniswap
- v2
- lib
- v3
- lib
- test/fixtures
- utils
- contracts
- deploys
- fixtures
- test
35 files changed
+2388
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments