Skip to content

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

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#216
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 8 times, most recently from 72d70cf to 46c1f67 Compare June 15, 2022 19:38
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 7 times, most recently from 9df65d6 to c61acc4 Compare June 21, 2022 00:02
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 8 times, most recently from b0d5473 to 1930a03 Compare July 4, 2022 20:29
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 5 times, most recently from ff01591 to 8462977 Compare July 14, 2022 13:14
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 2 times, most recently from 71df4c6 to 8ebe00a Compare July 16, 2022 01:44
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 5 times, most recently from 02c6c0d to af5395b Compare August 16, 2022 12:29
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 13 times, most recently from 26323dd to 51f321c Compare August 27, 2022 01:47
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 5 times, most recently from 1e049eb to dc9528a Compare September 5, 2022 19:48
@renovate renovate Bot force-pushed the renovate/nomiclabs-hardhat-etherscan-3.x branch 6 times, most recently from 92e4f81 to 5f315f8 Compare September 14, 2022 02: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