Skip to content

Commit

Permalink
finish up
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilz committed Aug 10, 2023
1 parent 87264b1 commit 4a97456
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/TWAMMSubmitOrder.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
124175
123870
3 changes: 2 additions & 1 deletion test/TWAMM.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ import {PoolModifyPositionTest} from "@uniswap/v4-core/contracts/test/PoolModify
import {PoolSwapTest} from "@uniswap/v4-core/contracts/test/PoolSwapTest.sol";
import {PoolDonateTest} from "@uniswap/v4-core/contracts/test/PoolDonateTest.sol";
import {Deployers} from "@uniswap/v4-core/test/foundry-tests/utils/Deployers.sol";
import {TokenFixture} from "@uniswap/v4-core/test/foundry-tests/utils/TokenFixture.sol";
import {CurrencyLibrary, Currency} from "@uniswap/v4-core/contracts/types/Currency.sol";
import {TWAMM} from "../contracts/hooks/examples/TWAMM.sol";
import {ITWAMM} from "../contracts/interfaces/ITWAMM.sol";
import {PoolKey} from "@uniswap/v4-core/contracts/types/PoolKey.sol";

contract TWAMMTest is Test, Deployers, GasSnapshot {
contract TWAMMTest is Test, Deployers, TokenFixture, GasSnapshot {
using PoolIdLibrary for PoolKey;
using CurrencyLibrary for Currency;

Expand Down

0 comments on commit 4a97456

Please sign in to comment.