获取BUZZUP当前的chainId
async function getAccounts() { const chainId = await window.ethereum.request({ method: 'eth_chainId' }); console.log(chainId); }