Skip to content

Commit

Permalink
Merge pull request #33 from DDeAlmeida/patch-3
Browse files Browse the repository at this point in the history
Change link to testnet snapshot
  • Loading branch information
janewang authored May 25, 2022
2 parents 5d12eb0 + 15440ed commit 36bc3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/validator/validator-bootcamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ wget -c https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore-deplo
```
mkdir ~/.near/testnet/data
cd ~/.near/testnet
wget -c https://near-protocol-public.s3-accelerate.amazonaws.com/backups/testnet/rpc/data.tar -O - | tar -xf -
wget -c https://near-protocol-public.s3.amazonaws.com/backups/testnet/rpc/data.tar -O - | tar -xf -
```

* Launch this command so set the Near testnet Environment:
Expand Down

0 comments on commit 36bc3c9

Please sign in to comment.