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

feat: add Mantle chain support #537

Closed
1 task done
wmzy opened this issue Feb 26, 2024 · 2 comments · Fixed by #541
Closed
1 task done

feat: add Mantle chain support #537

wmzy opened this issue Feb 26, 2024 · 2 comments · Fixed by #541
Assignees

Comments

@wmzy
Copy link

wmzy commented Feb 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

We are trying to use JSON Provider with Mantle, and the chain is not yet supported.

{
    "status": "FAILED",
    "reasons": [
        {
            "field": "chainId",
            "description": "We don't support the chainId you provided: eip155:5000. See the list of supported chains here: https://docs.walletconnect.com/cloud/blockchain-api#supported-chains"
        }
    ]
}

Requested Behavior

Please add support for Mantle:

Mantle Mainnet:

ChainID: 5000
HTTP Endpoint: https://rpc.mantle.xyz

Mantle Testnet(Goerli)
ChainID: 5001
HTTP Endpoint: https://rpc.testnet.mantle.xyz

Testnet (Sepolia):

ChainID: 5003
HTTP Endpoint: https://rpc.sepolia.mantle.xyz

Anything else?

No response

@geekbrother
Copy link
Contributor

Hello, @wmzy !
We don't have a Mantle chain support yet. Please check the supported chains doc.

@geekbrother geekbrother self-assigned this Feb 26, 2024
@geekbrother
Copy link
Contributor

We are currently considering options and demand for adding this network.

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