Skip to content
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

Upgrade hardhat-deploy plugin to 0.1.37 version #154

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

michalinacienciala
Copy link
Contributor

Lower versions of the plugin didn't support Etherscan verification of contracts on Sepolia, resulting in error:

Network with chainId: 11155111 not supported. You can specify the url manually
via --api-url <url>.

As deploy of contracts on Sepolia is something we've recently added to the config, we want to also be able to verify the deployed contracts, hence the need for an upgrade of the plugin.

Refs:
#150
#151

Lower versions of the plugin didn't support Etherscan verification of contracts
on Sepolia, resulting in error:
```
Network with chainId: 11155111 not supported. You can specify the url manually
via --api-url <url>.
```
As deploy of contracts on Sepolia is something we've recently added to the
config, we want to also be able to verify the deployed contracts, hence the need
for an upgrade of the plugin.
@lukasz-zimnoch lukasz-zimnoch merged commit 38debeb into main Sep 25, 2023
11 checks passed
@lukasz-zimnoch lukasz-zimnoch deleted the upgrade-hardhat-deploy-plugin branch September 25, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants