Skip to content

Commit a943c49

Browse files
committed
fixup! seq-mainnet-1.3: updated docs for upcoming release (#12)
1 parent 91ff600 commit a943c49

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

seq-mainnet-1/RUN_NODE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- [Install Cosmovisor](#install-cosmovisor)
66
- [Configure State Sync](#configure-state-sync)
77
- [Running the Sequencer](#running-the-sequencer)
8+
- [Linux](#linux)
9+
- [Mac](#mac)
810
- [References](#references)
911

1012
## Prerequisites
@@ -25,7 +27,7 @@ The guide assumes that Golang is installed in order to run Cosmovisor. We recomm
2527

2628
Obtain binary and genesis from this repository:
2729

28-
- Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.2-improved-sidecar
30+
- Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.3
2931
- Genesis from: https://github.com/FuelLabs/fuel-sequencer-deployments/blob/main/seq-mainnet-1/genesis.json
3032

3133
Download the right binary based on your architecture to `$GOPATH/bin/` with the name `fuelsequencerd`:
@@ -38,7 +40,7 @@ Download the right binary based on your architecture to `$GOPATH/bin/` with the
3840
Try the binary:
3941

4042
```sh
41-
fuelsequencerd version # expect seq-mainnet-1.2-improved-sidecar
43+
fuelsequencerd version # expect seq-mainnet-1.3
4244
```
4345

4446
Initialise the node directory, giving your node a meaningful name:

seq-mainnet-1/RUN_VALIDATOR.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
- [Install Cosmovisor](#install-cosmovisor)
88
- [Configure State Sync](#configure-state-sync)
99
- [Run the Sidecar](#run-the-sidecar)
10+
- [Linux](#linux)
11+
- [Mac](#mac)
1012
- [Run the Sequencer](#run-the-sequencer)
13+
- [Linux](#linux-1)
14+
- [Mac](#mac-1)
1115
- [Creating an Account](#creating-an-account)
1216
- [Create the Validator](#create-the-validator)
1317
- [What to Expect](#what-to-expect)
@@ -56,7 +60,7 @@ To ensure the highest performance and reliability of the Sequencer infrastructur
5660

5761
Obtain binary and genesis from this repository:
5862

59-
- Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.2-improved-sidecar
63+
- Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.3
6064
- Genesis from: https://github.com/FuelLabs/fuel-sequencer-deployments/blob/main/seq-mainnet-1/genesis.json
6165

6266
Download the right binary based on your architecture to `$GOPATH/bin/` with the name `fuelsequencerd`:
@@ -69,7 +73,7 @@ Download the right binary based on your architecture to `$GOPATH/bin/` with the
6973
Try the binary:
7074

7175
```sh
72-
fuelsequencerd version # expect seq-mainnet-1.2-improved-sidecar
76+
fuelsequencerd version # expect seq-mainnet-1.3
7377
```
7478

7579
Initialise the node directory, giving your node a meaningful name:

0 commit comments

Comments
 (0)