Skip to content

Commit

Permalink
move VersionCompatibilityChecker to package (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git authored Sep 25, 2024
1 parent 2dd490f commit e39635c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tenderly-hardhat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./utils/logger";
export { Tenderly } from "./Tenderly";
export { TenderlyNetwork } from "./TenderlyNetwork";
export * from "./type-extensions";
export { VersionCompatibilityChecker } from "./VersionCompatibilityChecker";
export { VersionCompatibilityChecker } from "./version-check";

// ProxyPlaceholderName is used for the `name` parameter in the `tenderly.verify` method because the name is actually not important.
// Beneath we use `@nomicfoundation/hardhat-verify` task in order to verify the proxy, and it doesn't need a name.
Expand Down
1 change: 1 addition & 0 deletions packages/tenderly-hardhat/src/version-check/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./VersionCompatibilityChecker";

0 comments on commit e39635c

Please sign in to comment.