Skip to content

Update dependency @nomiclabs/hardhat-etherscan to v3.1.8 - #11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nomiclabs-hardhat-etherscan-3.x
Open

Update dependency @nomiclabs/hardhat-etherscan to v3.1.8#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nomiclabs-hardhat-etherscan-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@nomiclabs/hardhat-etherscan (source) 3.0.43.1.8 age confidence

Release Notes

nomiclabs/hardhat (@​nomiclabs/hardhat-etherscan)

v3.1.8

Compare Source

v3.1.7: @​nomiclabs/hardhat-etherscan v3.1.7

Compare Source

This version of hardhat-etherscan improves how already verified contracts are handled. In previous versions, verification would be attempted and an error would be returned by the server. Starting from this version, the plugin will detect that the contract is already verified and show a message informing the user about this. Thanks @​OptimusOpus for working on this!

Besides that, this version adds support for Gnosis Chain's Chiado testnet.

v3.1.6

Compare Source

Changes

  • 070abb7: Added support for the http_proxy environment variable. When this variable is set, hardhat-etherscan will use the given proxy to send the verification requests.

v3.1.5: @​nomiclabs/hardhat-etherscan v3.1.5

Compare Source

This release upgrades the version of undici used by the hardhat-etherscan plugin.

v3.1.4: @​nomiclabs/hardhat-etherscan v3.1.4

Compare Source

Added a warning when the etherscan config is mistakenly included in the networks object instead of being at the root of the config.

v3.1.3: @​nomiclabs/hardhat-etherscan v3.1.3

Compare Source

Added a --no-compile flag to the verify task (thanks @​spalladino!)

v3.1.2: @​nomiclabs/hardhat-etherscan v3.1.2

Compare Source

  • Added Arbitrum Goerli to the list of supported networks.
  • Fixed an issue with the URLs used for Optimism Goerli.

v3.1.1: @​nomiclabs/hardhat-etherscan v3.1.1

Compare Source

This version makes two changes to the networks supported by default:

  • A new gnosis network was added, that works as an alias for xdai (thanks @​alebanzas!)
  • The deprecated Optimism Kovan network was removed in favor of the Optimism Goerli network (thanks @​shanefontaine)

v3.1.0: @​nomiclabs/hardhat-etherscan v3.1.0

Compare Source

This release adds support for verifying contracts in chains that are not included by default in hardhat-etherscan.

To do this, you add the network you want to verify in the customChains entry of the Etherscan configuration:

etherscan: {
  apiKey: {
    customNetwork: "<custom-network-api-key>"
  },
  customChains: [
    {
      network: "customNetwork",
      chainId: 12345,
      urls: {
        apiURL: "https://api-custom-network.etherscan.io/api",
        browserURL: "https://custom-network.etherscan.io"
      }
    }
  ]
}

You can read more about this here.

Thanks to @​no2chem for the initial implementation and to @​calvinaco who helped test this.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 9 times, most recently from f2fd6f7 to 1c7a7f6 Compare June 15, 2022 20:06
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 7 times, most recently from 3bfebce to b5f4ae7 Compare June 20, 2022 21:09
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 10 times, most recently from 0cb4978 to cffd08e Compare July 4, 2022 20:50
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 4 times, most recently from 52f854e to f140266 Compare July 11, 2022 20:54
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 4 times, most recently from a6eb5cf to 2fab6af Compare August 2, 2022 01:17
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 7 times, most recently from 2a3747b to 54293d1 Compare August 14, 2022 09:25
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 7 times, most recently from 793e872 to 4c6339f Compare August 22, 2022 00:38
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 9 times, most recently from f4834d7 to 177dba0 Compare August 27, 2022 03:40
@renovate
renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 2 times, most recently from a39eadd to e6bbd6d Compare August 30, 2022 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants