Skip to main content
This page is updated regularly as the network information is updated. TAC EVM is a standard EVM chain based on Cosmos with native EVM integration. These are the chain parameters for TAC networks:

Network Configuration

TAC Mainnet - Production network for live applications
ParameterValue
Network NameTAC Mainnet
RPC Endpointhttps://rpc.tac.build
Chain ID239
Currency SymbolTAC
Block Explorerhttps://explorer.tac.build
Fee SchemaEIP-1559
Block Time< 2 seconds

Quick Add to Wallet

{
  "chainId": "0xEF",
  "chainName": "TAC Mainnet",
  "rpcUrls": ["https://rpc.tac.build"],
  "nativeCurrency": {
    "name": "TAC",
    "symbol": "TAC",
    "decimals": 18
  },
  "blockExplorerUrls": ["https://explorer.tac.build"]
}

Getting Testnet Tokens

Common Integration Issues

Adding TAC Networks:
  1. Open MetaMask settings
  2. Go to “Networks” → “Add Network”
  3. Use the network parameters above
  4. Save and switch to the new network
Common Issues:
  • Ensure Chain ID is entered as a number (239, 2391)
  • Verify RPC URLs are correct
  • Check that you’re using the latest MetaMask version