Create a new blockchain network configuration. Use for custom chains or to add networks not in the default registry.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Network name |
chainId | string | Yes | Blockchain chain ID |
type | string | Yes | MAINNET or TESTNET |
symbol | string | Yes | Native currency symbol |
decimals | integer | Yes | Native currency decimals (0-36) |
explorer | string (uri) | Yes | Block explorer URL |
blockscoutApiUrl | string | null | Yes | Blockscout API URL (nullable) |
rpcUrl | string | No | RPC endpoint URL (optional for registry networks) |
networks:create
Create a new blockchain network configuration. Use for custom chains or to add networks not in the default registry.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Network name |
chainId | string | Yes | Blockchain chain ID |
type | string | Yes | MAINNET or TESTNET |
symbol | string | Yes | Native currency symbol |
decimals | integer | Yes | Native currency decimals (0-36) |
explorer | string (uri) | Yes | Block explorer URL |
blockscoutApiUrl | string | null | Yes | Blockscout API URL (nullable) |
rpcUrl | string | No | RPC endpoint URL (optional for registry networks) |
networks:create