Skip to main content

参数

  • 该方法不接受任何参数

返回值

  • ChainIdhex encoded bytes

Request

async function getAccounts() {
    const chainId = await window.ethereum.request({ method: 'eth_chainId' });
    console.log(chainId);
}