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
chore(stake): remove temp diagnostics — root cause found
The MOR scan returned empty in prod because the env key (BASESCAN_API_KEY) is a
Basescan-only key: etherscan.io chainid=1 rejects it ("NOTOK … Too many invalid
api key attempts"). Fix is env-side: set a mainnet-capable ETHERSCAN_API_KEY
(etherscan.io) in Vercel — the code already prefers it over BASESCAN_API_KEY.
Removes the temporary _etherscanKey / _morNote diagnostics.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments