Network Management
Manage and monitor your blockchain networks efficiently. Configure network settings, monitor health status, and maintain data integrity through our network management tools.

Creating a Network

To add a new blockchain network:
- Click the "Create Network" button in the top right corner
- Fill in the network details:
- Name: Network identifier
- ChainId: Unique blockchain identifier
- Description: Network details and purpose
- Native Currency: Network's native token
- Explorer Token: Block explorer API token
- Explorer TX/Address: Block explorer URLs
- Internal Code: Internal reference code
- Confirmation Blocks: Number of blocks required for transaction confirmation
- Block Interval: Time between blocks in seconds
- Logo URL: Network logo image URL
- Network Type:
- Testnet: Test network configuration
- EVM: Ethereum Virtual Machine compatibility
- Disabled: Temporarily disable network
Confirmation blocks are crucial for transaction security. Higher numbers mean better security but slower confirmation times.
Network Health Status

Networks display one of three health statuses based on RPC response times:
- Healthy (🟢): Response time < 10ms
- Slow (🟡): Response time between 10-50ms
- Degraded (🔴): Response time > 50ms
The system automatically monitors RPC performance and updates status accordingly.
Network Rescan
The Missing Block Rescan feature ensures blockchain data integrity by allowing manual re-indexing of specific block ranges.

When to Use Rescan
Use the rescan feature when:
- RPC outages occur
- Network downtime is experienced
- Indexer synchronization issues arise
- Missing transactions need recovery
Running a Rescan
- Click the "Rescan" button for the target network
- Select the network from the dropdown
- Note: Only operational networks with active RPC connections are available

- Specify the block range:
- From Block: Starting block number
- To Block: Ending block number
- Click "Start Rescan" to begin the process
The rescan process ensures no deposits, transfers, or critical events are lost in the database by re-indexing the specified block range.
Best Practices
- Regularly monitor network health status
- Configure appropriate confirmation blocks based on security needs
- Use rescan feature proactively after any network issues
- Keep explorer tokens and URLs updated
- Document any network-specific configurations