naddison36/tx2uml

Unable to set Etherscan API Key env

sambacha opened this issue · 5 comments

For some reason I have to replace the value defined here:

public readonly apiKey: string = "Q35WDQ2354617I8E2Z1E4WU3MIEP89DW9H",

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

you should be able to set your own API key using the-k or long-form --etherscanKey option.

I know that, I tried both

I see the problem. Thanks for reporting. Try v1.0.15 I just published

thanks @naddison36 , much appreciated