Skip to content
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

Astar RPC provider URL https://rpc.astar-zkevm.gelato.digital broken #445

Closed
wkande opened this issue Sep 19, 2024 · 1 comment · Fixed by #449
Closed

Astar RPC provider URL https://rpc.astar-zkevm.gelato.digital broken #445

wkande opened this issue Sep 19, 2024 · 1 comment · Fixed by #449
Assignees

Comments

@wkande
Copy link
Member

wkande commented Sep 19, 2024

The Astar RPC provider URL https://rpc.astar-zkevm.gelato.digital has been broken since Sep-16-2024 2:51:01 PM (UTC).

URL: //rpc.astar-zkevm.gelato.digital (1 of 3)
- Error: timeout (requestBody="{\"method\":\"eth_getBlockByNumber\",\"params\":[\"latest\",false],\"id\":42,\"jsonrpc\":\"2.0\"}", requestMethod="POST", timeout=12999, url="https://rpc.astar-zkevm.gelato.digital", code=TIMEOUT, version=web/5.7.1) 

It is listed as a provider in @api3/chains. It also does not seem to appear on chainlist.org. Is it possible that the URL is no longer supported?

@api3/chains

  {
    "alias": "astar",
    ...
    "providers": [
      {
        "alias": "default",
        "rpcUrl": "https://rpc.startale.com/astar-zkevm"
      },
      {
        "alias": "dwellir",
        "homepageUrl": "https://dwellir.com/"
      },
      {
        "alias": "gelato",
        "rpcUrl": "https://rpc.astar-zkevm.gelato.digital"
      }
    ],
    ...
}
@wkande
Copy link
Member Author

wkande commented Sep 25, 2024

Update, it seems that https://rpc.zkyoto.gelato.digital on astar-sepolia-testnet is also not responding.

{
    "alias": "astar-sepolia-testnet",
    ...
    },
    "id": "6038361",
    "name": "Astar zkEVM testnet",
    "providers": [
      {
        "alias": "default",
        "rpcUrl": "https://rpc.startale.com/zkyoto"
      },
      {
        "alias": "public",
        "rpcUrl": "https://rpc.zkyoto.gelato.digital"
      }
    ],
    ...

@hiletmis hiletmis self-assigned this Sep 27, 2024
@hiletmis hiletmis linked a pull request Sep 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants