hey there,
I wanna connect to metamask binance chain but it doesnt work. It reutrns undefinied on bsc.
let web3Js = new Web3(new Web3(https://bsc-dataseed1.binance.org:443));
let walletAddress = (await web3Js.eth.getAccounts())[0];
Why is it doing this. I thought I would just have to change the rpc and all would work like on ethereum