-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added handling of the custom chains specified in the Hardhat config * Refactored the architecture and made it consistent. * Used spinner instead of console.log for network errors. * Removed fixed TODO * Updated versions and CHANGELOG.md * Removed .only * Added `TransactionFieldsToSave` as a return value to the `sendNative` function * Deleted auto generated files from tests * Migrated test fixture projects to TypeScript with updated configurations and scripts. * Created new fixture contracts for testing * Updated CHANGELOG.md * Fixed a bug related to contract recovery when a custom name is used. * Added .prettierignore * Updated CHANGELOG.md * Fixed bugs related to the recovery of contract names. * Updated packages versions * Revised the test infrastructure and architecture. * Removed Verifier from Migrator class * Removed redundant Hardhat Runtime Extensions * Updated README.md * Tested usage of the link function of the Truffle contract. * Updated package-lock.json * Updated License and the Solidity compiler version * Added comments for reset functions * Update README.md Co-authored-by: Artem Chystiakov <[email protected]> * Updated README.md * Update README.md * Update README.md * Update README.md * Updated versions * Updated README.md * Updated README.md * Update README.md * Update README.md --------- Co-authored-by: Artem Chystiakov <[email protected]>
- Loading branch information
Showing
195 changed files
with
5,998 additions
and
6,961 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 @@ | ||
typechain-types |
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
Oops, something went wrong.