PatrickAlphaC / brownie_fund_me

26 stars 64 forks source link

Invalid API Key #49

Closed RuanYizhe-77 closed 2 years ago

RuanYizhe-77 commented 2 years ago

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= 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