Unable to set Etherscan API Key env
sambacha opened this issue · 5 comments
sambacha commented
For some reason I have to replace the value defined here:
tx2uml/src/ts/clients/EtherscanClient.ts
Line 24 in 5a9208f
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
naddison36 commented
you should be able to set your own API key using the-k
or long-form --etherscanKey
option.
sambacha commented
I know that, I tried both
sambacha commented
here is an example:
response in terminal
https://d.pr/i/Fc4pBR
naddison36 commented
I see the problem. Thanks for reporting. Try v1.0.15 I just published
sambacha commented
thanks @naddison36 , much appreciated