Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented kzg-trusted-setup CLI option #1409

Merged
Merged
34 changes: 34 additions & 0 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,40 @@ The key-value storage to use. Use this option only if using a storage system pro

For development use only, the `memory` option provides ephemeral storage for sync testing and debugging.

### `kzg-trusted-setup`

<!--tabs-->

# Syntax

```bash
--kzg-trusted-setup=<LEVEL>
```

# Example

```bash
--kzg-trusted-setup=DEBUG
```

# Environment variable

```bash
BESU_KZG_TRUSTED_SETUP=DEBUG
```

# Configuration file

```bash
kzg-trusted-setup="DEBUG"
```

<!--/tabs-->

Use the `--kzg-trusted-setup` CLI option to pass a custom setup file for custom networks or to
override the default setup file for named networks.

mjsmike62 marked this conversation as resolved.
Show resolved Hide resolved

### `logging`

<!--tabs-->
Expand Down