You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(etherscan-verify): workaround a bug when using distinct keys per network
Turns out that if the ETHERSCAN_API_KEY is set, hardhat-deploy ignores any apiKey setting
in hardhat.config.ts. As a workaround, we rename ETHERSCAN_API_KEY to ETHERSCAN_API_KEY_FIX.
0 commit comments