This repository was archived by the owner on Feb 3, 2023. It is now read-only.
Description 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>
Reactions are currently unavailable
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:
ERROR
POST https://mainnet.infura.io/v3/ 401
POST https://mainnet.infura.io/v3/ 401
scripts declaration in html: