November 20, 2025Less than 1 minute
Check out our EVM Manifest File documentation to get more information about the Project Manifest (project.ts) file.
Flare Configuration Required
When configuring your Flare project, you must replace the example Ethereum values with Flare-specific configuration:
- Chain ID: Use Flare's chain ID (
14for mainnet,114for coston2 testnet) - RPC Endpoints: Use Flare RPC endpoints instead of Ethereum endpoints
- Network: Set the network configuration to match Flare's specifications
Example Flare configuration in your project.ts:
network: {
chainId: "14", // Flare mainnet
endpoint: "https://flare-api.flare.network/ext/C/rpc",
// or use other supported RPC endpoints
}For the most up-to-date Flare RPC endpoints and network information, refer to the official Flare documentation.
