diff --git a/test/ERC1155SeaDrop-mintAllowList.spec.ts b/test/ERC1155SeaDrop-mintAllowList.spec.ts index 0d3c67f8..c56b88c8 100644 --- a/test/ERC1155SeaDrop-mintAllowList.spec.ts +++ b/test/ERC1155SeaDrop-mintAllowList.spec.ts @@ -15,13 +15,13 @@ import { } from "./utils/helpers"; import { MintType, createMintOrder } from "./utils/order"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC1155SeaDrop, IERC1155SeaDrop, } from "../typechain-types"; import type { MintParamsStruct } from "../typechain-types/src/shim/Shim2"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { AddressZero, HashZero } = ethers.constants; diff --git a/test/ERC1155SeaDrop-mintPublic.spec.ts b/test/ERC1155SeaDrop-mintPublic.spec.ts index e059f63a..e1356873 100644 --- a/test/ERC1155SeaDrop-mintPublic.spec.ts +++ b/test/ERC1155SeaDrop-mintPublic.spec.ts @@ -13,13 +13,13 @@ import { } from "./utils/helpers"; import { MintType, createMintOrder } from "./utils/order"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC1155SeaDrop, IERC1155SeaDrop, } from "../typechain-types"; import type { PublicDropStruct } from "../typechain-types/src/ERC1155SeaDrop"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { AddressZero, HashZero } = ethers.constants; diff --git a/test/ERC1155SeaDrop-mintSigned.spec.ts b/test/ERC1155SeaDrop-mintSigned.spec.ts index e44a5614..7f02cb27 100644 --- a/test/ERC1155SeaDrop-mintSigned.spec.ts +++ b/test/ERC1155SeaDrop-mintSigned.spec.ts @@ -14,13 +14,13 @@ import { } from "./utils/helpers"; import { MintType, createMintOrder } from "./utils/order"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC1155SeaDrop, IERC1155SeaDrop, } from "../typechain-types"; import type { MintParamsStruct } from "../typechain-types/src/shim/Shim2"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { AddressZero, HashZero } = ethers.constants; diff --git a/test/ERC1155SeaDropContractOfferer.spec.ts b/test/ERC1155SeaDropContractOfferer.spec.ts index 2074d43d..738f0ea8 100644 --- a/test/ERC1155SeaDropContractOfferer.spec.ts +++ b/test/ERC1155SeaDropContractOfferer.spec.ts @@ -20,6 +20,8 @@ import { faucet } from "./utils/faucet"; import { VERSION, deployERC1155SeaDrop, setConduit } from "./utils/helpers"; import { MintType, createMintOrder, expectedPrice } from "./utils/order"; +import type { SeaportFixtures } from "./seaport-utils/fixtures"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC1155SeaDrop, @@ -28,8 +30,6 @@ import type { } from "../typechain-types"; import type { PublicDropStruct } from "../typechain-types/src/ERC1155SeaDrop"; import type { AllowListDataStruct } from "../typechain-types/src/shim/Shim"; -import type { SeaportFixtures } from "./seaport-utils/fixtures"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { BigNumber } = ethers; diff --git a/test/ERC721SeaDrop-mintAllowList.spec.ts b/test/ERC721SeaDrop-mintAllowList.spec.ts index a2877c47..f5c7eaaa 100644 --- a/test/ERC721SeaDrop-mintAllowList.spec.ts +++ b/test/ERC721SeaDrop-mintAllowList.spec.ts @@ -15,13 +15,13 @@ import { } from "./utils/helpers"; import { MintType, createMintOrder } from "./utils/order"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC721SeaDrop, IERC721SeaDrop, } from "../typechain-types"; import type { MintParamsStruct } from "../typechain-types/src/shim/Shim"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { AddressZero, HashZero } = ethers.constants; diff --git a/test/ERC721SeaDrop-mintPublic.spec.ts b/test/ERC721SeaDrop-mintPublic.spec.ts index 06879b4e..03fbb4f2 100644 --- a/test/ERC721SeaDrop-mintPublic.spec.ts +++ b/test/ERC721SeaDrop-mintPublic.spec.ts @@ -13,13 +13,13 @@ import { } from "./utils/helpers"; import { MintType, createMintOrder } from "./utils/order"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC721SeaDrop, IERC721SeaDrop, } from "../typechain-types"; import type { PublicDropStruct } from "../typechain-types/src/ERC721SeaDrop"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { AddressZero, HashZero } = ethers.constants; diff --git a/test/ERC721SeaDrop-mintSigned.spec.ts b/test/ERC721SeaDrop-mintSigned.spec.ts index 4a743765..f00ed004 100644 --- a/test/ERC721SeaDrop-mintSigned.spec.ts +++ b/test/ERC721SeaDrop-mintSigned.spec.ts @@ -14,13 +14,13 @@ import { } from "./utils/helpers"; import { MintType, createMintOrder } from "./utils/order"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC721SeaDrop, IERC721SeaDrop, } from "../typechain-types"; import type { MintParamsStruct } from "../typechain-types/src/shim/Shim"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { AddressZero, HashZero } = ethers.constants; diff --git a/test/ERC721SeaDropContractOfferer.spec.ts b/test/ERC721SeaDropContractOfferer.spec.ts index 19683206..94cfecc5 100644 --- a/test/ERC721SeaDropContractOfferer.spec.ts +++ b/test/ERC721SeaDropContractOfferer.spec.ts @@ -26,6 +26,8 @@ import { import { whileImpersonating } from "./utils/impersonate"; import { MintType, createMintOrder, expectedPrice } from "./utils/order"; +import type { SeaportFixtures } from "./seaport-utils/fixtures"; +import type { AwaitedObject } from "./utils/helpers"; import type { ConsiderationInterface, ERC721SeaDrop, @@ -34,8 +36,6 @@ import type { } from "../typechain-types"; import type { PublicDropStruct } from "../typechain-types/src/ERC721SeaDrop"; import type { AllowListDataStruct } from "../typechain-types/src/shim/Shim"; -import type { SeaportFixtures } from "./seaport-utils/fixtures"; -import type { AwaitedObject } from "./utils/helpers"; import type { Wallet } from "ethers"; const { BigNumber } = ethers; diff --git a/test/utils/order.ts b/test/utils/order.ts index f67e5570..c5928bd7 100644 --- a/test/utils/order.ts +++ b/test/utils/order.ts @@ -4,6 +4,7 @@ import { toBN } from "../seaport-utils/encoding"; import { toPaddedBuffer } from "./encoding"; +import type { AwaitedObject } from "./helpers"; import type { ERC1155SeaDrop, ERC721SeaDrop, @@ -14,7 +15,6 @@ import type { import type { MintParamsStruct as MintParamsStruct721 } from "../../typechain-types/src/shim/Shim"; import type { MintParamsStruct as MintParamsStruct1155 } from "../../typechain-types/src/shim/Shim2"; import type { AdvancedOrder, OrderParameters } from "../seaport-utils/types"; -import type { AwaitedObject } from "./helpers"; import type { BigNumberish, Wallet } from "ethers"; const { AddressZero, HashZero } = ethers.constants;