Properties
chainId
window.phantom.ethereum.chainId
The chainId
of the network you are currently connected to, returned as a hexadecimal string.
Copy
Ask AI
const chainId = window.phantom.ethereum.chainId;
console.log(chainId);
// "0x1"
// hexidecimal representation of Ethereum Mainnet
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.