Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Oct 12, 2023
1 parent 35e7eaa commit a5b22bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createUniswapV3Tick } from "@panoptic-xyz/uniswap-v3-sdk";
import { amountToNumber, createAmountFromString } from "reverse-mirage";
import { createAmountFromString } from "reverse-mirage";
import { type Hex } from "viem";
import { simulateContract, writeContract } from "viem/actions";
import { beforeEach, expect, test } from "vitest";
Expand Down

0 comments on commit a5b22bc

Please sign in to comment.