Skip to content

Commit

Permalink
devnet version (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Jul 18, 2023
1 parent c04de42 commit c234f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tokenvm/DEVNETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export ARCH_TYPE=$(uname -m)
echo ${ARCH_TYPE}
export OS_TYPE=$(uname | tr '[:upper:]' '[:lower:]')
echo ${OS_TYPE}
export HYPERSDK_VERSION="0.0.7"
export HYPERSDK_VERSION="0.0.9"
rm -f /tmp/token-cli
wget "https://github.com/ava-labs/hypersdk/releases/download/v${HYPERSDK_VERSION}/hypersdk_${HYPERSDK_VERSION}_${OS_TYPE}_${ARCH_TYPE}.tar.gz"
mkdir tmp-hypersdk
Expand All @@ -57,7 +57,7 @@ improve the performance of cryptographic operations, you should consider
building with [`v3+`](https://github.com/golang/go/wiki/MinimumRequirements#amd64).

```bash
export HYPERSDK_VERSION="0.0.7"
export HYPERSDK_VERSION="0.0.9"
rm -f /tmp/tokenvm
wget "https://github.com/ava-labs/hypersdk/releases/download/v${HYPERSDK_VERSION}/hypersdk_${HYPERSDK_VERSION}_linux_amd64.tar.gz"
mkdir tmp-hypersdk
Expand Down

0 comments on commit c234f35

Please sign in to comment.