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
Describe the bug
It looks like the app deployed at https://evmgateway-starter.vercel.app/ doesn't have a valid Alchemy API key anymore and therefore stays with an infinite "Loading" status. This is the response of the Alchemy API:
{
"jsonrpc": "2.0",
"id": 40,
"error": {
"code": -32600,
"message": "App is inactive. Please create a new app or contact support at https://dashboard.alchemyapi.io/support"
}
}
Would love to test this out if the app can be fixed, looks like an awesome demo.
I have also tried reading the tokenURI from the L1 contract directly on Etherscan but get Error: Returned error: execution reverted
The text was updated successfully, but these errors were encountered:
Describe the bug
It looks like the app deployed at https://evmgateway-starter.vercel.app/ doesn't have a valid Alchemy API key anymore and therefore stays with an infinite "Loading" status. This is the response of the Alchemy API:
Would love to test this out if the app can be fixed, looks like an awesome demo.
I have also tried reading the
tokenURI
from the L1 contract directly on Etherscan but getError: Returned error: execution reverted
The text was updated successfully, but these errors were encountered: