Skip to content

Commit 69a5c15

Browse files
committed
fix(docs): version in RPC guide
1 parent ed77d4e commit 69a5c15

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/run-node/1-rpc-node.mdx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Clone the repository and run the `build.sh` script:
149149
<TabItem value="songbird" label="Songbird Canary-Network">
150150

151151
```bash
152-
git clone --branch v1.9.0.1 https://github.com/flare-foundation/go-flare.git
152+
git clone --branch v1.9.1 https://github.com/flare-foundation/go-flare.git
153153
cd go-flare/avalanchego
154154
chmod +x scripts/build.sh
155155
./scripts/build.sh
@@ -161,7 +161,7 @@ Clone the repository and run the `build.sh` script:
161161
<TabItem value="coston" label="Songbird Testnet Coston">
162162

163163
```bash
164-
git clone --branch v1.9.0.1 https://github.com/flare-foundation/go-flare.git
164+
git clone --branch v1.9.1 https://github.com/flare-foundation/go-flare.git
165165
cd go-flare/avalanchego
166166
chmod +x scripts/build.sh
167167
./scripts/build.sh
@@ -544,13 +544,13 @@ The node can be run using:
544544
<Tabs groupId="network" block>
545545
<TabItem value="flare" label="Flare Mainnet" default>
546546

547-
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
547+
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
548548

549549
Download and start the container:
550550

551551
```bash
552-
docker pull flarefoundation/go-flare:v1.9.0.1
553-
docker run -d --name flare-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="flare" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://flare-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1
552+
docker pull flarefoundation/go-flare:v1.9.1
553+
docker run -d --name flare-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="flare" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://flare-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1
554554
```
555555

556556
Confirm your container is running and inspect that logs are printing:
@@ -563,13 +563,13 @@ The node can be run using:
563563
</TabItem>
564564
<TabItem value="coston2" label="Flare Testnet Coston2">
565565

566-
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
566+
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
567567

568568
Download and start the container:
569569

570570
```bash
571-
docker pull flarefoundation/go-flare:v1.9.0.1
572-
docker run -d --name coston2-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="costwo" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston2-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1
571+
docker pull flarefoundation/go-flare:v1.9.1
572+
docker run -d --name coston2-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="costwo" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston2-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1
573573
```
574574

575575
Confirm your container is running and inspect that logs are printing:
@@ -582,13 +582,13 @@ The node can be run using:
582582
</TabItem>
583583
<TabItem value="songbird" label="Songbird Canary-Network">
584584

585-
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
585+
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
586586

587587
Download and start the container:
588588

589589
```bash
590-
docker pull flarefoundation/go-flare:v1.9.0.1
591-
docker run -d --name songbird-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="songbird" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://songbird-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1
590+
docker pull flarefoundation/go-flare:v1.9.1
591+
docker run -d --name songbird-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="songbird" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://songbird-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1
592592
```
593593

594594
Confirm your container is running and inspect that logs are printing:
@@ -601,13 +601,13 @@ The node can be run using:
601601
</TabItem>
602602
<TabItem value="coston" label="Songbird Testnet Coston">
603603

604-
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.0.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
604+
Use the Docker image at [go-flare](https://hub.docker.com/layers/flarefoundation/go-flare/v1.9.1/images/sha256-ab193ed8862bf9ba82b309e00e892a81df1480f63c5b91981a2b4eb9c4847334?context=explore). The **Overview** tab in the repository linked explains the configurable parameters.
605605

606606
Download and start the container:
607607

608608
```bash
609-
docker pull flarefoundation/go-flare:v1.9.0.1
610-
docker run -d --name coston-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="coston" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.0.1
609+
docker pull flarefoundation/go-flare:v1.9.1
610+
docker run -d --name coston-observer -e AUTOCONFIGURE_BOOTSTRAP="1" -e NETWORK_ID="coston" -e AUTOCONFIGURE_PUBLIC_IP="1" -e AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://coston-bootstrap.flare.network/ext/info" -v /mnt/db:/app/db -v /opt/flare/conf:/app/conf/C -v /opt/flare/logs:/app/logs -p 0.0.0.0:9650:9650 -p 0.0.0.0:9651:9651 flarefoundation/go-flare:v1.9.1
611611
```
612612

613613
Confirm your container is running and inspect that logs are printing:
@@ -712,7 +712,7 @@ Create the `docker-compose.yaml` file:
712712
services:
713713
observer:
714714
container_name: flare-observer
715-
image: flarefoundation/go-flare:v1.9.0.1
715+
image: flarefoundation/go-flare:v1.9.1
716716
restart: on-failure
717717
environment:
718718
- AUTOCONFIGURE_BOOTSTRAP=1
@@ -737,7 +737,7 @@ Create the `docker-compose.yaml` file:
737737
services:
738738
observer:
739739
container_name: coston2-observer
740-
image: flarefoundation/go-flare:v1.9.0.1
740+
image: flarefoundation/go-flare:v1.9.1
741741
restart: on-failure
742742
environment:
743743
- AUTOCONFIGURE_BOOTSTRAP=1
@@ -762,7 +762,7 @@ Create the `docker-compose.yaml` file:
762762
services:
763763
observer:
764764
container_name: songbird-observer
765-
image: flarefoundation/go-flare:v1.9.0.1
765+
image: flarefoundation/go-flare:v1.9.1
766766
restart: on-failure
767767
environment:
768768
- AUTOCONFIGURE_BOOTSTRAP=1
@@ -787,7 +787,7 @@ Create the `docker-compose.yaml` file:
787787
services:
788788
observer:
789789
container_name: coston-observer
790-
image: flarefoundation/go-flare:v1.9.0.1
790+
image: flarefoundation/go-flare:v1.9.1
791791
restart: on-failure
792792
environment:
793793
- AUTOCONFIGURE_BOOTSTRAP=1

0 commit comments

Comments
 (0)