Skip to content

Commit

Permalink
Merge pull request #162 from input-output-hk/cl/nodeversions
Browse files Browse the repository at this point in the history
update node version
  • Loading branch information
Ryun1 authored Aug 26, 2024
2 parents be4d25d + 50c72cc commit 9897cb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/roles/dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A SanchoNet developer is an individual skilled in blockchain technology and prog

To interact with SanchoNet as a developer, you will need to:

1. Download the node [v8.11.0-sancho](https://github.com/IntersectMBO/cardano-node/releases/tag/8.11.0-sancho)
1. Download the latest version of [cardano-node] (https://github.com/IntersectMBO/cardano-node/releases)
2. [Run the node](tutorials/start-a-node.mdx)
3. Request funds from the [faucet](/faucet)
3. Build a cool tool to integrate with SanchoNet
Expand Down
2 changes: 1 addition & 1 deletion docs/roles/drep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ As a DRep, you'll have the power to vote 'yes,' 'no,' or 'abstain' on governance

To become a DRep, follow these steps:

1. Download the node [v8.11.0-sancho](https://github.com/IntersectMBO/cardano-node/releases/tag/8.11.0-sancho)
1. Download the latest version of [cardano-node](https://github.com/IntersectMBO/cardano-node/releases)
2. [Run the node](tutorials/start-a-node.mdx)
3. Request funds from the [faucet](/faucet)
4. Register as a DRep with an on-chain registration certificate
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/start-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /tutorials/start-node

### Download or build cardano-node and cardano-cli binaries:

* The latest version for SanchoNet is **8.11.0-sancho**. [See releases](https://github.com/IntersectMBO/cardano-node/releases).
* The latest version for SanchoNet is **9.1.0**. [See releases](https://github.com/IntersectMBO/cardano-node/releases).

### Get configuration files

Expand Down

0 comments on commit 9897cb1

Please sign in to comment.