Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Aug 28, 2024
1 parent dd79477 commit a728ea0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airdao/deployments",
"version": "6.0.2",
"version": "6.0.3",
"description": "",
"repository": "github:ambrosus/deployments",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/type-extensions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "hardhat/types/runtime";
import "@nomiclabs/hardhat-ethers"
import { ContractFactory } from "ethers";
import { GetContractTypeFromFactory } from "./deploying/types";
import { DeployOptions } from "./deploying/deploy";
Expand Down

0 comments on commit a728ea0

Please sign in to comment.