For the complete documentation index, see llms.txt. This page is also available as Markdown.

3.2 Chain ID and Network Identification

The Chain ID is a unique identifier assigned to each blockchain network. It ensures that transactions are sent to the correct network and prevents replay attacks across different chains.

When configuring tools such as MetaMask, Hardhat, or other frameworks, specifying the correct Chain ID is essential. An incorrect Chain ID will result in failed transactions or connection errors.

For FreCx:

  • Mainnet Chain ID: 5296290

  • Testnet Chain ID: 5296291

Last updated