Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kien Ngo committed Nov 29, 2023
1 parent ab9a8cb commit e9af6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/evm/common/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
MarketplaceInitializer,
MarketplaceV3Initializer,
} from "../contracts";
import { BigNumber, Signer, constants, providers } from "ethers";
import { BigNumber, Signer, providers } from "ethers";
import { z } from "zod";
import { ThirdwebStorage } from "@thirdweb-dev/storage";
import { SUPPORTED_CHAIN_IDS } from "../constants/chains/SUPPORTED_CHAIN_IDS";
Expand Down

0 comments on commit e9af6fc

Please sign in to comment.