WalletConnect / web3modal-vanilla-js-example

An example application how to use Web3modal from vanilla JavaScript
https://web3modal.com/
172 stars 147 forks source link

ERROR POST https://mainnet.infura.io/v3/ 401 when using BSC #21

Open PiatKox opened 2 years ago

PiatKox commented 2 years ago

hello, I have the same problem to configure BSC network as described on github using vanilla JavaScript: https://github.com/Web3Modal/web3modal/issues/295

My js code:

const providerOptions = {
  walletconnect: {
    package: WalletConnectProvider,
    options: {
      rpc: {
        56: 'https://bsc-dataseed1.binance.org/'
      },
      chainId: 56
    }
  }
}

  web3Modal = new Web3Modal({
    cacheProvider: false, // optional
    providerOptions, // required
    disableInjectedProvider: false, // optional. For MetaMask / Brave / Opera.
  });

ERROR POST https://mainnet.infura.io/v3/ 401 POST https://mainnet.infura.io/v3/ 401

scripts declaration in html:

<script type="text/javascript" src="https://unpkg.com/web3@latest/dist/web3.min.js%22%3E</script>
<script type="text/javascript" src="https://unpkg.com/web3modal%22%3E</script>
<script type="text/javascript" src="https://unpkg.com/evm-chains%22%3E</script>
<script type="text/javascript" src="https://unpkg.com/@walletconnect/web3-provider%22%3E</script>
<script type="text/javascript" src="./example.js"></script>
DeastDan commented 2 years ago

Same problem here!

Loque18 commented 2 years ago

same

jakobj13 commented 2 years ago

Same problem, does anyone have a solution!

hcheng826 commented 1 year ago

same here. A refresh of the page fix this. but not sure why.