Skip to content

Commit 819d1f4

Browse files
tejasbadadareaditya520
authored andcommitted
fix(contract_manager): fix import
1 parent 4d69a3e commit 819d1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract_manager/scripts/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { existsSync, readFileSync, writeFileSync } from "node:fs";
1414
import path from "node:path";
1515

1616
import Web3 from "web3";
17-
import { Contract } from "web3-eth-contract";
17+
import type { Contract } from "web3-eth-contract";
1818
import type { InferredOptionType } from "yargs";
1919

2020
import type { PrivateKey } from "../src/core/base";

0 commit comments

Comments
 (0)