> ## Documentation Index
> Fetch the complete documentation index at: https://docs.httpayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# refresh_config

> Refresh HTTPayer configuration from the server

Refresh HTTPayer configuration from the server.
Fetches the latest supported networks, chain types, and router configuration.
Useful if supported networks change or you want to re-validate network settings.

## Signature

```python theme={null}
client.refresh_config()
```

## Examples

```python theme={null}
>>> client = HTTPayerClient()
>>> client.refresh_config()
>>> print(f"Supported networks: {client.supported_networks}")
```
