Skip to content

Commit 6c942f4

Browse files
committed
fix(docs): update blockchain network options and input type requirements in iApp generator guide
1 parent 80a8d49 commit 6c942f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/references/iapp-generator/building-your-iexec-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ templates through interactive prompts.
150150
**Options**:
151151

152152
- `--chain <string>` – Specify the blockchain network for deployment (e.g.,
153-
`goerli`, `mainnet`)
153+
`arbitrum-mainnet`, `bellecour`)
154154

155155
### `iapp run <iAppAddress>`
156156

@@ -170,7 +170,7 @@ templates through interactive prompts.
170170
- `--requesterSecret <array>` – Key-value requester secrets (`index=value`)
171171
available inside the iApp at `$IEXEC_REQUESTER_SECRET_*`
172172
- `--chain <string>` – Specify the blockchain network to run the iApp on (e.g.,
173-
`goerli`, `mainnet`)
173+
`arbitrum-mainnet`, `bellecour`)
174174

175175
### `iapp debug <taskId>`
176176

@@ -183,24 +183,24 @@ templates through interactive prompts.
183183
**Options**:
184184

185185
- `--chain <string>` – Specify the blockchain network of the task (e.g.,
186-
`goerli`, `mainnet`)
186+
`arbitrum-mainnet`, `bellecour`)
187187

188188
### `iapp mock <inputType>`
189189

190190
**Purpose**: Create a mocked input for test
191191
**Usage**: `iapp mock <inputType> [options]`
192192
**Positional arguments**:
193193

194-
- `<inputType>` – Type of input to mock [required] [choices: "protectedData"]
194+
- `<inputType>` – Type of input to mock [choices: "protectedData"]
195195

196196
### `iapp wallet <action>`
197197

198198
**Purpose**: Manage wallet-related operations
199199
**Usage**: `iapp wallet <action> [options]`
200200
**Positional arguments**:
201201

202-
- `<action>` – Import a new wallet or select one from the keystore [required]
203-
[choices: "import", "select"]
202+
- `<action>` – Import a new wallet or select one from the keystore [choices:
203+
"import", "select"]
204204

205205
## Advanced Options <ChainNotSupportedBadge />
206206

0 commit comments

Comments
 (0)