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.
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: https://testnet.coti.io/rpc
WS URL: wss://testnet.coti.io/ws
Chain ID: 7082400
Currency symbol: COTI
Block explorer URL: https://testnet.cotiscan.io
Testnet status page: https://uptime.coti.io
Mainnet
Network name: COTI
RPC URL: https://mainnet.coti.io/rpc
WS URL: wss://mainnet.coti.io/ws
Chain ID: 2632500
Currency symbol: COTI
Block explorer URL: https://mainnet.cotiscan.io
Addresses
Sequencer account (fees account subject to community vote) 0xB557a07a397B5c9C94FC44260dE6C8A45EF5e731
Genesis / Inflation / bridge deposit 0x61bf10a1a27b2d99de0a59a06200a62ed579d685
gCOTI contract 0x7637C7838EC4Ec6b85080F28A678F8E234bB83D1
gCOTI contract owner 0x0fc92F51278c6d024aB6feb3527017F66d1DaD4d
gCOTI holder of all funds 0x61bf10a1a27b2d99de0a59a06200a62ed579d685
Onboard Contract 0x536A67f0cc46513E7d27a370ed1aF9FDcC7A5095
USDC.e Contract 0xf1Feebc4376c68B7003450ae66343Ae59AB37D3C
Treasury EOA 0x5e19f674b3B55dF897C09824a2ddFAD6939e3d1D
Last updated
Was this helpful?