Network Details
TAC network information including RPC endpoints, explorers, and chain parameters
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:
TAC Turin is going to be deprecated soon. Please use Saint Petersburg Testnet for your nodes and applications.
Network Configuration
TAC Mainnet - Production network for live applications
Parameter | Value |
---|---|
Network Name | TAC Mainnet |
RPC Endpoint | https://rpc.tac.build |
Chain ID | 239 |
Currency Symbol | TAC |
Block Explorer | https://explorer.tac.build |
Fee Schema | EIP-1559 |
Quick Add to Wallet
TAC Mainnet - Production network for live applications
Parameter | Value |
---|---|
Network Name | TAC Mainnet |
RPC Endpoint | https://rpc.tac.build |
Chain ID | 239 |
Currency Symbol | TAC |
Block Explorer | https://explorer.tac.build |
Fee Schema | EIP-1559 |
Quick Add to Wallet
Saint Petersburg Testnet - Current recommended testnet for development
Parameter | Value |
---|---|
Network Name | TAC Saint Petersburg Testnet |
RPC Endpoint | https://spb.rpc.tac.build |
Chain ID | 2391 |
Currency Symbol | TAC |
Block Explorer | https://spb.explorer.tac.build |
Faucet | https://spb.faucet.tac.build |
Fee Schema | EIP-1559 |
Block Time | 2 seconds |
Quick Add to Wallet
Getting Testnet Tokens
Visit the Faucet
Go to https://spb.faucet.tac.build to access the Saint Petersburg testnet faucet.
Connect Your Wallet
Connect your Ethereum wallet (MetaMask, etc.) and ensure you’re on the Saint Petersburg testnet.
Request Tokens
Request testnet TAC tokens for gas fees and testing your applications.
Start Building
Use the tokens to deploy contracts and test your hybrid dApps on the testnet.
Common Integration Issues
Adding TAC Networks:
- Open MetaMask settings
- Go to “Networks” → “Add Network”
- Use the network parameters above
- 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
Adding TAC Networks:
- Open MetaMask settings
- Go to “Networks” → “Add Network”
- Use the network parameters above
- 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
Verification Steps:
- Deploy your contract to the network
- Wait for a few block confirmations
- Use Hardhat’s verify plugin or manual verification
- Check the block explorer for verification status
Troubleshooting:
- Ensure exact constructor arguments
- Verify Solidity version matches
- Check that libraries are linked correctly