blockchain-api
blockchain-api copied to clipboard
bug: We don't support the chainId you provided: eip155:1313161554
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
{ "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
@geekbrother are there any updates?
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 , please use the public RPC endpoint. It works well.
https://aurora.dev/start/
@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 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