-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use returned display link if available (#161)
* Use returned display link if exists * Bump up hardhat tenderly version * Bupm up hardhat-tenderly version to 1.8.0 * updated examples/contract-verification/package.json * Version packages --------- Co-authored-by: dule-git <dusank98@gmail.com>
- Loading branch information
1 parent
03b7c96
commit a563356
Showing
5 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"tenderly": minor | ||
"@tenderly/hardhat-tenderly": minor | ||
--- | ||
|
||
Return valid display link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/tenderly-core/src/internal/core/services/hardhat-tenderly-version.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// autogenerated by prebuild.js | ||
export const HARDHAT_TENDERLY_VERSION = '1.7.5'; | ||
export const HARDHAT_TENDERLY_VERSION = '1.8.0'; |