Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 22, 2023
1 parent 4686b87 commit 6f54b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/protocol-sdk/src/premint/preminter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { describe, expect } from "vitest";
import { parseEther } from "viem";
import {
zoraCreator1155PremintExecutorImplABI as preminterAbi,
zoraCreator1155PremintExecutorImplAddress as zoraCreator1155PremintExecutorAddress,
zoraCreator1155ImplABI,
zoraCreator1155FactoryImplAddress,
zoraCreator1155FactoryImplConfig,
Expand All @@ -23,7 +22,6 @@ import {
TokenCreationConfigV2,
PremintConfigV2,
MintArguments,
PreminterDomain,
recoverCreatorFromCreatorAttribution,
getPremintExecutorAddress,
} from "./preminter";
Expand Down Expand Up @@ -213,7 +211,7 @@ describe("ZoraCreator1155Preminter", () => {

// recover and verify address is correct
const { recoveredAddress, isAuthorized } = await isValidSignature({
tokenContract: tokenContract,
tokenContract,
chainId: viemClients.publicClient.chain!.id,
originalContractAdmin: contractConfig.contractAdmin,
premintConfig,
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-sdk/src/premint/preminter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Address, ExtractAbiEvent } from "abitype";
import { Address } from "abitype";
import { ExtractAbiFunction, AbiParametersToPrimitiveTypes } from "abitype";
import {
zoraCreator1155PremintExecutorImplABI as preminterAbi,
Expand Down

0 comments on commit 6f54b28

Please sign in to comment.