blockchain-api icon indicating copy to clipboard operation
blockchain-api copied to clipboard

bug: We don't support the chainId you provided: eip155:1313161554

Open Solniechniy opened this issue 1 year ago • 5 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

image

{ "status": "FAILED", "reasons": [ { "field": "chainId", "description": "We don't support the chainId you provided: eip155:1313161554" } ] }

Expected Behavior

working well yesterday

Steps To Reproduce

add aurora chain to dapp, try to switch there

Environment

- OS:
- rustc:
- cargo:

Relevant log output

No response

Anything else?

No response

Solniechniy avatar Jan 11 '24 13:01 Solniechniy

@geekbrother are there any updates?

Solniechniy avatar Jan 11 '24 15:01 Solniechniy

Thanks for creating an issue @Solniechniy! Looks like we have a problem with our provider for the eip155:1313161554. We are taking action to fix this asap.

geekbrother avatar Jan 11 '24 15:01 geekbrother

@geekbrother , please use the public RPC endpoint. It works well.

https://aurora.dev/start/

alexauroradev avatar Jan 11 '24 15:01 alexauroradev

@geekbrother , please use the public RPC endpoint. It works well.

https://aurora.dev/start/

Hey @alexauroradev! Thanks for your comment! Aurora should be added soon #463

geekbrother avatar Jan 12 '24 15:01 geekbrother

@geekbrother I've seen that Aurora mainnet has been added to providers, thank you! But can we also remove Aurora endpoints from Infura provider? We do not have Infure support now. I mean this place in the code: https://github.com/WalletConnect/blockchain-api/blob/master/src/env/infura.rs#L167

Karkunow avatar Jan 19 '24 16:01 Karkunow