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
The currently hardcoded Polygon mainnet RPC endpoint: https://polygon-rpc.comrecently started enforcing API key authentication and no longer allows unauthenticated public access. As a result, we are now receiving: HTTP 401 Unauthorized { "error": "message: API key disabled, reason: tenant disabled" }
The currently hardcoded Polygon mainnet RPC endpoint:
https://polygon-rpc.comrecently started enforcing API key authentication and no longer allows unauthenticated public access. As a result, we are now receiving:HTTP 401 Unauthorized { "error": "message: API key disabled, reason: tenant disabled" }