사용자의 네트워크 감지하기
const chainId = await window.biport.request({ method: 'eth_chainId' });
window.biport.on('chainChanged', handleChainChanged);
function handleChainChanged(chainId) {
// We recommend reloading the page, unless you must do otherwise.
window.location.reload();
console.log('Changed Value:', chainId);
}Chain IDs
Hex
Decimal
Network
Last updated