Skip to content

Commit 4ce62c4

Browse files
authored
Merge pull request 0xPolygon#2684 from 0xPolygon/0xsajal-patch-3
Update full-node-binaries.md
2 parents 4238620 + 7ae58df commit 4ce62c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pos/how-to/full-node/full-node-binaries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ Install the latest version of Heimdall and related services. Make sure you check
4949
To install *Heimdall*, run the following commands:
5050

5151
```bash
52-
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- <heimdall_version> <network_type> <node_type>
52+
curl -L https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh | bash -s -- <version> <network> <node_type>
5353
```
5454

5555
You can run the above command with following options:
5656

57-
- `heimdall_version`: Valid v1.0+ release tag from https://github.com/maticnetwork/heimdall/releases
57+
- `heimdall_version`: Valid v0.2+ release tag from https://github.com/0xPolygon/heimdall-v2/releases
5858
- `network_type`: `mainnet` and `amoy`
5959
- `node_type`: `sentry`
6060

6161
This will install the `heimdalld` and `heimdallcli` binaries. Verify the installation by checking the Heimdall version on your machine:
6262

6363
```bash
64-
heimdalld version --long
64+
heimdalld version
6565
```
6666

6767
### Bor
@@ -73,7 +73,7 @@ curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bas
7373
```
7474
You can run the above command with following options:
7575

76-
- `bor_version`: valid v1.0+ release tag from https://github.com/maticnetwork/bor/releases
76+
- `bor_version`: valid v2.0+ release tag from https://github.com/maticnetwork/bor/releases
7777
- `network_type`: `mainnet` and `amoy`
7878
- `node_type`: `sentry`
7979

0 commit comments

Comments
 (0)