# CEP\_Account.set\_network()

### Function Signature

```python
def set_network(network)
```

### Parameters

| Parameter Name | Datatype |
| -------------- | -------- |
| `network`      | String   |

### Example

```python
#...
account.set_network("mainnet") # chose between testnet, devnet and mainnet
#...
```
