Network Management

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

image-2025-09-15T14-14-49-920Z

Creating a Network

image-2025-09-15T14-15-41-838Z

To add a new blockchain network:

  1. Click the "Create Network" button in the top right corner
  2. 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

Network Health Status

image-2025-09-15T14-16-29-401Z

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.

image-2025-09-15T14-17-03-295Z

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

  1. Click the "Rescan" button for the target network
  2. Select the network from the dropdown
    • Note: Only operational networks with active RPC connections are available
image-2025-09-15T14-18-01-876Z
  1. Specify the block range:
    • From Block: Starting block number
    • To Block: Ending block number
  2. Click "Start Rescan" to begin the process

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