Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

It's doesn't support Binance Smart Chain on WalletConnect #13

Open
metou3 opened this issue Jul 18, 2021 · 3 comments
Open

It's doesn't support Binance Smart Chain on WalletConnect #13

metou3 opened this issue Jul 18, 2021 · 3 comments

Comments

@metou3
Copy link

metou3 commented Jul 18, 2021

When I tried to connect to WalletConnect, it has errors like below. I already added this to providerOptions:

rpc: {
56: 'https://bsc-dataseed.binance.org/',
},
network: 'binance',
}

Look inside the CHAIN_DATA_LIST, it doesn't include binance smart chain. But how do I add the network to webpack?

Screenshot from 2021-07-18 16-10-08
Screenshot from 2021-07-18 16-10-03

@JJRuizDeveloper
Copy link

Same problem here. This is because Web3 Modal uses infura, and infura does not support BSC

@DloomPlz
Copy link

DloomPlz commented May 4, 2022

I suggest you look at https://docs.walletconnect.com/quick-start/dapps/web3-provider#required

const providerOptions = {
        walletconnect: {
          package: WalletConnectProvider,
          options: {
            infuraId: 'TOCHANGE', // If you need mainnet eth
            rpc: {
              // Official nodes
              56: 'TOCHANGE', // Mainnet
              97: 'TOCHANGE', // Testnet
            },
          },
        },
      }
      ```

@hankdangerfield
Copy link

I suggest you look at https://docs.walletconnect.com/quick-start/dapps/web3-provider#required

const providerOptions = {
        walletconnect: {
          package: WalletConnectProvider,
          options: {
            infuraId: 'TOCHANGE', // If you need mainnet eth
            rpc: {
              // Official nodes
              56: 'TOCHANGE', // Mainnet
              97: 'TOCHANGE', // Testnet
            },
          },
        },
      }
      ```

I have set mine as follows and still get the same error I don't know what I am doing wrong
image
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants