eth_chainId
window.bw.eth.chainId
const chainId = window.bw.eth.chainId;
console.log(chainId);
// "0x1"
// hexidecimal representation of Ethereum MainnetLast updated
const chainId = window.bw.eth.chainId;
console.log(chainId);
// "0x1"
// hexidecimal representation of Ethereum MainnetLast updated