File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/pos/how-to/full-node Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,19 @@ Install the latest version of Heimdall and related services. Make sure you check
4949To 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
5555You 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
6161This 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```
7474You 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
You can’t perform that action at this time.
0 commit comments