use-wallet
use-wallet copied to clipboard
walletconnect ropsten issue (goes to rinkeby w/o project id)
walletconnect always goes to rinkeby...
<UseWalletProvider chainId={3} connectors={{ walletconnect: { rpcUrl: 'https://ropsten.infura.io/v3/7082b757ec2e4ebd8d47ca9518743623', }, }} > ...
onConnect={() => connect('walletconnect')}
But...
Response : POST https://rinkeby.infura.io/v3/ 401 (Unauthorized) project id required in the url
Same issue
any solve?