Network Information
Complete technical reference for connecting to and building on TeQoin L2.Quick Reference:
- Network Name: TeQoin L2
- Chain ID: 420377 (0x66B69)
- RPC URL: https://rpc.teqoin.io
- Currency: ETH
🌐 Network Configuration
Mainnet
Testnet
📡 RPC Endpoints
HTTP RPC
| Endpoint | URL | Purpose |
|---|---|---|
| Primary RPC | https://rpc.teqoin.io | Main endpoint (recommended) |
| Backup RPC | https://rpc-backup.teqoin.io | Fallback endpoint |
| Testnet RPC | https://rpc-testnet.teqoin.io | For testing |
WebSocket RPC
| Endpoint | URL | Purpose |
|---|---|---|
| Primary WS | wss://ws.teqoin.io | Real-time events |
| Testnet WS | wss://ws-testnet.teqoin.io | Testnet events |
Rate Limits
| Type | Limit | Window |
|---|---|---|
| HTTP Requests | 100 requests/second | Per IP |
| WebSocket Connections | 10 connections | Per IP |
| Batch Requests | 100 calls/batch | Per request |
🔗 API Endpoints
Indexer API
Base URL:https://api.teqoin.io/api/v1
Available Endpoints
Available Endpoints
🔍 Block Explorer
Mainnet Explorer
URL: https://explorer.teqoin.io Features:- View transactions and blocks
- Search by address, TX hash, or block number
- Contract verification
- Token tracking
- Analytics and statistics
Testnet Explorer
URL: https://explorer-testnet.teqoin.io⚙️ Network Parameters
Core Parameters
| Parameter | Value | Notes |
|---|---|---|
| Network Name | TeQoin L2 | Display name |
| Chain ID | 420377 | Decimal format |
| Chain ID (Hex) | 0x66B69 | Hexadecimal format |
| Native Currency | ETH | Same as Ethereum |
| Currency Symbol | ETH | Token symbol |
| Currency Decimals | 18 | Wei precision |
Block Parameters
| Parameter | Value | Notes |
|---|---|---|
| Block Time | 5 seconds | Average time between blocks |
| Block Gas Limit | 30,000,000 | Maximum gas per block |
| Block Size | ~1 MB | Approximate size |
Transaction Parameters
| Parameter | Value | Notes |
|---|---|---|
| Gas Limit (Transfer) | 21,000 | Simple ETH transfer |
| Gas Limit (Contract) | Varies | Depends on contract complexity |
| Max Gas per TX | 30,000,000 | Same as block limit |
| Gas Price | Dynamic | Based on network demand |
EVM Version
| Parameter | Value |
|---|---|
| EVM Version | Shanghai |
| Solidity Support | 0.4.x - 0.8.x |
| Vyper Support | All versions |
🔑 Contract Addresses
Bridge Contracts
| Contract | Network | Address |
|---|---|---|
| L1 Bridge | Ethereum Mainnet | 0x919aa27d5278BC98bf40BA5A79be468B91f061dA |
| L2 Bridge | TeQoin L2 | 0x4200000000000000000000000000000000000010 |
System Contracts
| Contract | Address | Purpose |
|---|---|---|
| L2 Sequencer | 0x4200000000000000000000000000000000000011 | Block production |
| L2 Gas Price Oracle | 0x4200000000000000000000000000000000000015 | Gas price calculation |
🛠️ Development Tools
Supported Tools
Hardhat
✅ Full supportStandard Ethereum plugin works
Foundry
✅ Full supportUse forge and cast normally
Remix
✅ Full supportSelect “Injected Provider”
Truffle
✅ Full supportConfigure network in truffle-config.js
Brownie
✅ Full supportAdd network to networks.yaml
Waffle
✅ Full supportUse with Ethers.js provider
Hardhat Configuration
hardhat.config.js
Foundry Configuration
foundry.toml
📊 Network Statistics (Live)
Chain ID
420377(0x66B69)
Block Time
5 secondsFast finality
TPS
1000+High throughput
Uptime
99.9%Reliable network
🔌 WebSocket Events
Subscribe to real-time blockchain events.🧪 Testing & Faucets
Testnet Faucet
Get free testnet ETH for development: URL: https://faucet.teqoin.io Limits:- 0.5 ETH per request
- 1 request per 24 hours
- Free and instant
Local Development
Run a local TeQoin node for testing:🔐 Security Best Practices
📚 Additional Resources
Deploy Contract
Deploy your first smart contract
Integration Guide
Integrate TeQoin into your dApp
Smart Contracts
Write contracts for TeQoin
API Reference
Complete API documentation
💬 Get Help
Discord
Developer chat
GitHub
Report issues
Documentation
Browse docs
Ready to deploy? Continue to Deploy Your First Contract →