PUT
/v1/networks/{chain}
Update network configuration
Networks
· UpdateNetworkConfig
Parameters
| Name | In | Type | Required | Description |
chain |
path |
string |
yes |
|
Request body
application/json
· UpdateNetworkConfigRequest
· required
| Field | Type | Required | Description |
chainId |
integer (int64) |
no |
EVM chain ID |
explorerUrl |
string |
no |
Block explorer URL |
networkName |
string |
no |
Network name (e.g., "mainnet", "sepolia") |
rpcUrl |
string |
no |
RPC endpoint URL |
Responses
| Status | Body | Description |
200 |
— |
Network configuration updated. |
404 |
Error |
Chain not found. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.