mirror of
https://github.com/logos-storage/logos-storage-DAppNodePackage.git
synced 2026-01-08 16:23:06 +00:00
setup wizard: update entries description
This commit is contained in:
parent
2eb28bd731
commit
aa06517869
@ -25,7 +25,7 @@ fields:
|
|||||||
service: [codex-node, geth]
|
service: [codex-node, geth]
|
||||||
title: Codex network
|
title: Codex network
|
||||||
description: >-
|
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:
|
enum:
|
||||||
- testnet
|
- testnet
|
||||||
required: true
|
required: true
|
||||||
@ -68,7 +68,7 @@ fields:
|
|||||||
description: >-
|
description: >-
|
||||||
Address of deployed Marketplace contract.
|
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}$"
|
pattern: "^0x[a-fA-F0-9]{40}$"
|
||||||
patternErrorMessage: Must be a valid Ethereum address
|
patternErrorMessage: Must be a valid Ethereum address
|
||||||
required: false
|
required: false
|
||||||
@ -83,7 +83,7 @@ fields:
|
|||||||
description: >-
|
description: >-
|
||||||
Address of deployed Marketplace contract.
|
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}$"
|
pattern: "^0x[a-fA-F0-9]{40}$"
|
||||||
patternErrorMessage: Must be a valid Ethereum address
|
patternErrorMessage: Must be a valid Ethereum address
|
||||||
required: true
|
required: true
|
||||||
@ -209,7 +209,7 @@ fields:
|
|||||||
service: codex-node
|
service: codex-node
|
||||||
title: EXTRA_OPTS
|
title: EXTRA_OPTS
|
||||||
description: >-
|
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: "^.*$"
|
pattern: "^.*$"
|
||||||
patternErrorMessage: Must be a valid string
|
patternErrorMessage: Must be a valid string
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user