PatrickAlphaC/brownie_fund_me

Invalid API Key

Closed this issue · 0 comments

Hi, when I followed "brownie_fund_me" to verify my smart contract in Rinkeby. I got an Invalid API key error.

I have double checked all the detail in the code.
I have already set export ETHERSCAN_TOKEN=<MY_API_KEY> in .env and dotenv: .env in config file
I have already set fund_me = FundMe.deploy({"from":account},publish_source=True)
I have even checked pubilish_source() function in brownie and confirmed the URL is https://api-rinkeby.etherscan.io/api
And I also checked my API key: it was correct as it is copied directly from etherscan. I even created 2 API key, but neither of them worked.

image