setup wizard: update entries description

This commit is contained in:
Slava 2025-02-26 17:01:58 +02:00
parent 2eb28bd731
commit aa06517869
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

View File

@ -25,7 +25,7 @@ fields:
service: [codex-node, geth]
title: Codex network
description: >-
- **`Testnet`** - Codex Testnet network. Please check the [docs](https://docs.codex.storage/networks/networks) for available networks.
- **`Testnet`** - Codex Testnet network. Check the [docs](https://docs.codex.storage/networks/networks) for available networks.
enum:
- testnet
required: true
@ -68,7 +68,7 @@ fields:
description: >-
Address of deployed Marketplace contract.
We should set this variable **only if we would like to override auto-detected address**. Please check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks).
We should set this variable **only if we would like to override auto-detected address**. Check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks).
pattern: "^0x[a-fA-F0-9]{40}$"
patternErrorMessage: Must be a valid Ethereum address
required: false
@ -83,7 +83,7 @@ fields:
description: >-
Address of deployed Marketplace contract.
We should set this variable because we are running in **Codex `storage node`** mode. Please check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks).
We should set this variable because we are running in **Codex `storage node`** mode. Check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks).
pattern: "^0x[a-fA-F0-9]{40}$"
patternErrorMessage: Must be a valid Ethereum address
required: true
@ -209,7 +209,7 @@ fields:
service: codex-node
title: EXTRA_OPTS
description: >-
Extra options to pass to the Codex node. Check [Codex CLI options](https://docs.codex.storage/learn/run#cli-options) for more details.
Extra options to pass to the Codex node. Check the [docs](https://docs.codex.storage/learn/run#cli-options) for more details.
pattern: "^.*$"
patternErrorMessage: Must be a valid string
required: false