Skip to content

Commit

Permalink
remove unused typescript type
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Oct 16, 2024
1 parent 6fb80be commit ddc45c5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/integration-tests/shared/encodeCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@ interface ERC721PermitParamsV4 {
nonce: number
}

interface InitializePoolParams {
key: {
currency0: string
currency1: string
fee: number
tickSpacing: number
hooks: string
}
sqrtPriceX96: BigNumber
}

const encodeERC721Permit = (params: ERC721PermitParams): string => {
const abi = new ethers.utils.AbiCoder()
const { spender, tokenId, deadline, v, r, s } = params
Expand Down

0 comments on commit ddc45c5

Please sign in to comment.