generated from ChainSafe/yarn-workspaces-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: transaction details and deployment info #33
Merged
Conversation
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
mpetrunic
reviewed
Jan 29, 2024
packages/plugin/src/MultichainHardhatRuntimeEnvironmentField.ts
Outdated
Show resolved
Hide resolved
packages/plugin/src/MultichainHardhatRuntimeEnvironmentField.ts
Outdated
Show resolved
Hide resolved
packages/plugin/src/MultichainHardhatRuntimeEnvironmentField.ts
Outdated
Show resolved
Hide resolved
BeroBurny
reviewed
Jan 30, 2024
mpetrunic
reviewed
Jan 30, 2024
packages/plugin/src/MultichainHardhatRuntimeEnvironmentField.ts
Outdated
Show resolved
Hide resolved
mpetrunic
approved these changes
Jan 30, 2024
just having chalk or terminal-link as dependencies throws this error in tests, @mpetrunic do we need this particular libraries, can we do without them or maybe to look into some alternatives? |
BeroBurny
approved these changes
Feb 1, 2024
Open
Merged
BeroBurny
pushed a commit
that referenced
this pull request
Feb 16, 2024
🤖 I have created a release *beep* *boop* --- <details><summary>hardhat-plugin-multichain-deploy: 1.0.0</summary> ## 1.0.0 (2024-02-16) ### Features * adapter address env ([#25](#25)) ([628a99c](628a99c)) * deploy multichain bytecode ([#22](#22)) ([2eff1ee](2eff1ee)) * encode constructor improve ([#24](#24)) ([9c4b7b1](9c4b7b1)) * encode function and deployMultichain flow ([#14](#14)) ([26229cf](26229cf)) * encodeInitData ([#30](#30)) ([50758ca](50758ca)) * example ([#49](#49)) ([637d0ae](637d0ae)) * initLocalEnvironment ([#47](#47)) ([e728a10](e728a10)) * rework networks input ([#23](#23)) ([3caf657](3caf657)) * tool interfaces aka fasad ([#10](#10)) ([6351819](6351819)) * transaction details and deployment info ([#33](#33)) ([2b3232d](2b3232d)) ### Bug Fixes * deployment network type and naming ([#26](#26)) ([1060069](1060069)) * small logical mistakes ([#48](#48)) ([6cfd609](6cfd609)) </details> <details><summary>hardhat-plugin-multichain-deploy-contracts: 1.0.0</summary> ## 1.0.0 (2024-02-16) ### Features * add contracts implementation ([#11](#11)) ([114c05f](114c05f)) * example ([#49](#49)) ([637d0ae](637d0ae)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #8