Skip to content

Commit

Permalink
fix: hot-fix for {props.fuelTestnet} not working properly (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
cold-briu authored Nov 28, 2023
1 parent 7250334 commit 6ed6042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/docs/installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ To properly interact with the {props.fuelTestnetInlineCode} network it is necess
{/*install_testnet_command:example:start*/}

```console
fuelup toolchain install {props.fuelTestnet}
fuelup toolchain install beta-4
```

{/*install_testnet_command:example:end*/}
Expand All @@ -165,15 +165,15 @@ The toolchain was installed correctly, however is not in use yet. Next, you need
{/*set_default_testnet_command:example:start*/}

```console
fuelup default {props.fuelTestnet}
fuelup default beta-4
```

{/*set_default_testnet_command:example:end*/}

You will get the following output indicating that you have successfully set {props.fuelTestnetInlineCode} as your default toolchain.

```console
default toolchain set to '{props.fuelTestnet}'
default toolchain set to 'beta-4'
```

### Checking your current toolchain
Expand Down

0 comments on commit 6ed6042

Please sign in to comment.