| Name | Type | Description | Notes |
|---|---|---|---|
| rpc_urls | List | List of RPC endpoint configurations for connecting to the network. Supports multiple formats: - Array of strings: `["https://rpc.example.com"]` (defaults to weight 100) - Array of RpcConfig objects: `[{"url": "https://rpc.example.com", "weight": 100}]` - Mixed array: `["https://rpc1.com", {"url": "https://rpc2.com", "weight": 100}]` Must be non-empty and contain valid HTTP/HTTPS URLs if provided. | [optional] [default to null] |