Coder Social home page Coder Social logo

Comments (4)

chris13524 avatar chris13524 commented on June 20, 2024 1

What seems to be the problem?

The Dexalot app shouldn't use rpc.walletconnect.com for any chains except for the ones in supported chains

I think the solution is to set the rpcMap option on initialization of the EtheremProvider

Yeah this is correct, you have to provide a custom rpc with rpcMap for unsupported chains.

from blockchain-api.

chris13524 avatar chris13524 commented on June 20, 2024

Dexalot application needs this functionality to support WalletConnect on the dApp

Dexalot application does not require rpc.walletconnect.com to support this chain in order to use WalletConnect. WalletConnect protocol is chain agnostic and supports all chains. rpc.walletconnect.com is our free blockchain RPC for a limited set of chains. If the chain is not supported, you/dapps may use an alternative RPC provider.

from blockchain-api.

veyselozkahraman avatar veyselozkahraman commented on June 20, 2024

Dexalot application needs this functionality to support WalletConnect on the dApp

Dexalot application does not require rpc.walletconnect.com to support this chain in order to use WalletConnect. WalletConnect protocol is chain agnostic and supports all chains. rpc.walletconnect.com is our free blockchain RPC for a limited set of chains. If the chain is not supported, you/dapps may use an alternative RPC provider.

This is the error I am getting when I try to sign a transaction on dexalot subnet.

Request URL: https://rpc.walletconnect.com/v1/?chainId=eip155:432201&projectId=<PROJECT_ID>
Request Method: POST
Status Code: 400 Bad Request

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

I do not get any errors if I want to sign a transaction on avalanche mainnet or testnet.
What seems to be the problem?

Thanks in advance

from blockchain-api.

veyselozkahraman avatar veyselozkahraman commented on June 20, 2024

I think the solution is to set the rpcMap option on initialization of the EtheremProvider

from blockchain-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.