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

Commits on Sep 20, 2023

  1. Upgrade hardhat-deploy plugin to 0.1.37 version

    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.
    michalinacienciala committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e1a4e2f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    06ed81a View commit details
    Browse the repository at this point in the history