Skip to content

Commit

Permalink
Fix wrong import (#109)
Browse files Browse the repository at this point in the history
* Fix uncorrect import.

* Add changeset.
  • Loading branch information
dule-git authored Jan 12, 2023
1 parent b539217 commit 1dd5dfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/angry-phones-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tenderly/hardhat-tenderly": patch
---

Fixed wrong import.
2 changes: 1 addition & 1 deletion packages/tenderly-hardhat/src/tenderly/types/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ContractCompiler } from "tenderly/src/types";
import { ContractCompiler } from "tenderly/types";

export interface BytecodeMismatchError {
contract_id: string;
Expand Down

0 comments on commit 1dd5dfd

Please sign in to comment.