Skip to content

Commit aaf6d3f

Browse files
authored
Merge pull request 0xPolygon#2685 from 0xPolygon/0xsajal-patch-4
Update full-node-packages.md
2 parents 4ce62c4 + 919313a commit aaf6d3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ comments: true
2828
- Install the default latest version of sentry for Mainnet:
2929

3030
```shell
31-
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- <version> <network> <node_type>
31+
curl -L https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh | bash -s -- <version> <network> <node_type>
3232
```
3333

3434
or install a specific version, node type (`sentry` or `validator`), and network (`mainnet` or `amoy`). All release versions can be found on
35-
[Heimdall GitHub repository](https://github.com/maticnetwork/heimdall/releases).
35+
[Heimdall GitHub repository](https://github.com/0xPolygon/heimdall-v2/releases).
3636

3737
```shell
3838
# Example:
39-
# curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- v1.0.7 mainnet sentry
39+
# curl -L https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh | bash -s -- v0.2.15 mainnet validator
4040
```
4141

4242
### Bor
@@ -52,7 +52,7 @@ comments: true
5252

5353
```shell
5454
# Example:
55-
# curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v1.3.7 mainnet sentry
55+
# curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.2.9 mainnet sentry
5656
```
5757

5858
## Configuration

0 commit comments

Comments
 (0)