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

Update channels.md to reflect that the latest channel now points to master instead of the testnet #694

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/src/concepts/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@

<!-- This section should give an overview of the latest channel -->
<!-- latest:example:start -->
The `latest` channel is pointing to our latest beta network. This toolchain should be used to interact with and build on the latest testnet. This is also the default channel for `fuelup`.
The `latest` channel is pointing to our mainnet network. This toolchain should be used to interact with and build on mainnet. This is also the default channel for `fuelup`.
<!-- latest:example:end -->

> **Note**
>
> The `latest` channel is used to point latest compatible versions of `forc` and `fuel-core`, after version v0.20.0 latest is changed to point to the latest network. This is a breaking change and should be taken into account for existing workflows.

## The `nightly` channel

<!-- This section should give an overview of the nightly channel -->
Expand Down
Loading