-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getGasPriceUrlForChain never sets apiKey for L1 #239
Comments
@sherpya Thanks for catching... out of curiosity are you currently seeing etherscan rate limit this call on Ethereum mainnet? |
yes, I'm getting: {
status: "0",
message: "NOTOK",
result: "Missing/Invalid API Key"
} the url is: |
@sherpya Patched via #240 and published in v2.2.1. Please just lmk if that doesn't fix it and I'll re-open. Thanks again! https://github.com/cgewecke/hardhat-gas-reporter/releases/tag/v2.2.1 |
yes, it works |
apiKey
is always empty string on ethereum mainnetThe text was updated successfully, but these errors were encountered: