Commit 3663f6d
authored
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Submodule v4-periphery updated 36 files
- .github/workflows/semgrep.yml+1-1
- README.md+1-1
- lib/v4-core+1-1
- script/DeployHook.s.sol+39
- snapshots/QuoterTest.json+13-13
- src/PositionManager.sol+3-2
- src/V4Router.sol+2-1
- src/base/BaseActionsRouter.sol+2-1
- src/base/BaseV4Quoter.sol+2-1
- src/base/hooks/BaseTokenWrapperHook.sol+187
- src/hooks/WETHHook.sol+43
- src/hooks/WstETHHook.sol+66
- src/interfaces/IMsgSender.sol+13
- src/interfaces/IV4Quoter.sol+2-1
- src/interfaces/external/IWstETH.sol+15
- src/lens/V4Quoter.sol+18
- src/utils/BaseHook.sol+22-22
- src/utils/HookMiner.sol+57
- test/StateViewTest.t.sol+43-74
- test/V4Quoter.t.sol+37-10
- test/hooks/WETHHook.t.sol+330
- test/hooks/WstETHHook.t.sol+305
- test/libraries/BipsLibrary.t.sol+2
- test/libraries/HookMiner.t.sol+67
- test/mocks/MockBlankHook.sol+45
- test/mocks/MockCounterHook.sol+79
- test/mocks/MockMsgSenderHook.sol+33
- test/mocks/MockReenterHook.sol+2-2
- test/mocks/MockWstETH.sol+84
- test/position-managers/FeeCollection.t.sol+3-6
- test/position-managers/NativeToken.t.sol+17-30
- test/position-managers/PositionManager.t.sol+17-25
- test/shared/HookModifyLiquidities.sol+4-4
- test/shared/HookSavesDelta.sol+3-3
- test/shared/RoutingTestHelpers.sol+3-3
- test/shared/fuzz/LiquidityFuzzers.sol+3-3
0 commit comments