From d30005fb19e7c575a1f08b421fe6fbee3d0aa205 Mon Sep 17 00:00:00 2001 From: vladzr Date: Thu, 19 Dec 2024 21:27:05 +0800 Subject: [PATCH] chore (OB-1306): update avalanchego and subnetevm versions --- pages/chain/nodes/introduction.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/chain/nodes/introduction.mdx b/pages/chain/nodes/introduction.mdx index 8b82d333..d47b975e 100644 --- a/pages/chain/nodes/introduction.mdx +++ b/pages/chain/nodes/introduction.mdx @@ -6,7 +6,7 @@ import { Callout, Steps } from "nextra/components"; # Beam Node -To run your own Beam Node, no matter if you plan to run a validator node or a non-validating node, you have to install AvalancheGo. The easiest method is using the installer which you can find [here](https://docs.avax.network/tooling/avalanche-go-installer). Please note that this guide is compatible with AvalancheGo version 1.11.5. +To run your own Beam Node, no matter if you plan to run a validator node or a non-validating node, you have to install AvalancheGo. The easiest method is using the installer which you can find [here](https://docs.avax.network/tooling/avalanche-go-installer). Please note that this guide is compatible with AvalancheGo version 1.12.0. Once you have a running AvalancheGo installation, you need to add the Beam Subnet-EVM to track the Beam Subnet in your node. @@ -20,8 +20,8 @@ First we have to download the Subnet-EVM binary from [Ava-Labs Github](https://g ```bash /kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz/ mkdir subnetevm cd subnetevm -wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.3/subnet-evm_0.6.3_linux_amd64.tar.gz -tar -xvzf subnet-evm_0.6.3_linux_amd64.tar.gz +wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.12/subnet-evm_0.6.12_linux_amd64.tar.gz +tar -xvzf subnet-evm_0.6.12_linux_amd64.tar.gz cp subnet-evm ~/.avalanchego/plugins/kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz ``` @@ -176,8 +176,8 @@ Here are the commands for a Beam Testnet node: ```bash /kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz/ mkdir subnetevm cd subnetevm -wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.3/subnet-evm_0.6.3_linux_amd64.tar.gz -tar -xvzf subnet-evm_0.6.3_linux_amd64.tar.gz +wget https://github.com/ava-labs/subnet-evm/releases/download/v0.6.12/subnet-evm_0.6.12_linux_amd64.tar.gz +tar -xvzf subnet-evm_0.6.12_linux_amd64.tar.gz cp subnet-evm ~/.avalanchego/plugins/kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz ```