Networks

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.

Network Technical Details

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.

Networks
Description

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. ----------------------------------------------------

Mainnet

  • Network name: COTI

  • Chain ID: 2632500

  • Currency symbol: COTI

Addresses

  1. Sequencer account (fees account subject to community vote) 0xB557a07a397B5c9C94FC44260dE6C8A45EF5e731

  1. Genesis / Inflation / bridge deposit 0x61bf10a1a27b2d99de0a59a06200a62ed579d685

  1. gCOTI contract 0x7637C7838EC4Ec6b85080F28A678F8E234bB83D1

  1. gCOTI contract owner 0x0fc92F51278c6d024aB6feb3527017F66d1DaD4d

  1. gCOTI holder of all funds 0x61bf10a1a27b2d99de0a59a06200a62ed579d685

  1. Onboard Contract 0x536A67f0cc46513E7d27a370ed1aF9FDcC7A5095

  1. USDC.e Contract 0xf1Feebc4376c68B7003450ae66343Ae59AB37D3C

  1. Treasury EOA 0x5e19f674b3B55dF897C09824a2ddFAD6939e3d1D

Last updated

Was this helpful?