Networks
Last updated
Was this helpful?
Last updated
Was this helpful?
COTI test networks provide developers access to a free testing environment for COTI v2 network services. Testnets simulate the exact development environment as you would expect for Mainnet. This includes transaction fees, available services, etc.
When utilizing the COTI network environments, it is vital to understand the technical details that influence their operation. Here are some key parameters you will encounter:
Base Gas Fee: The base gas fee is set at 5,000,000 wei. This fee is fundamental for executing transactions on the network and is essential for interacting with smart contracts effectively.
Block Gas Limit: Each block has a gas limit of 120,000,000. This limit dictates the total amount of gas that can be used for all transactions within a single block, ensuring that blocks stay within a manageable size for processing.
Block Generation Time: Blocks are generated every 5 seconds. This rapid block generation contributes to the network's efficiency and ensures that transactions are processed swiftly, providing developers and users with timely updates.
Understanding these parameters is crucial for developers and users interacting with the COTI environments, as they directly impact transaction execution and network performance.
NOTE:
The COTI Testnet is currently operating in review mode. As such, it may experience unplanned resets. Remember to back up your work regularly and avoid storing any sensitive or confidential data.
Devnet
Code that is under development by the COTI core team and likely to be used in an upcoming release. Designed to give developers exposure to features soon to be released.
Updates to the Devnet are made frequently, No guarantee by COTI to keep the consistency of the blocks and transactions. ----------------------------------------------------
Devnet was sunset on March 2nd, 2025.
Testnet
Testnet runs the same code as the COTI v2 Mainnet, designed to provide a pre-production environment for developers about to move to Mainnet. ----------------------------------------------------
Network name: COTI Testnet
RPC URL:
WS URL:
Chain ID: 7082400
Currency symbol: COTI
Block explorer URL:
Testnet status page:
Mainnet
The COTI Mainnet is where applications are run in production, with transaction fees paid in COTI. Transactions are submitted to the COTI Mainnet by any dApp.
Availability date: TBD