Unable to set Etherscan API Key env
See original GitHub issueFor some reason I have to replace the value defined here: https://github.com/naddison36/tx2uml/blob/5a9208fee85c844c4fa93a2999961df4a555a2ae/src/ts/clients/EtherscanClient.ts#L24
with my own etherscan API key, otherwise it will not accept my API Key for usage, and give me a rate limit error
Note: my API key is Etherscan Pro
Version: latest Nodejs: 14/lts OS: OSX 15.5.5
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Error publishing source code - etherscan
I am having the same problem when trying to deploy my contract using rinkeby network. Though when I try to run the following...
Read more >Submitting your smart contract to Etherscan | Alchemy | Medium
Step 1: Generate an API Key on your Etherscan account. An Etherscan API Key is necessary to verify that you're the owner of...
Read more >hardhat-etherscan | Ethereum development environment for ...
To configure the API keys for the chains you are using, provide an object under etherscan/apiKey with the identifier of each chain as...
Read more >Submitting your Smart Contract to Etherscan - Alchemy Docs
Step 1: Generate an API Key on your Etherscan account. An Etherscan API Key is necessary to verify that you're the owner of...
Read more >Error in plugin @nomiclabs/hardhat-etherscan: The contract ...
etherscan : { apiKey: process.env. ... set proxy const { ProxyAgent, setGlobalDispatcher } = require("undici"); const proxyAgent = new ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I see the problem. Thanks for reporting. Try v1.0.15 I just published
thanks @naddison36 , much appreciated