Skip to content

Commit

Permalink
chore: replace RPC URLs to our prod endpoints (BuildOnBeam#118)
Browse files Browse the repository at this point in the history
* chore: replace RPC URLs to our prod endpoints

* chore: update subnet-evm version and note compatible avalanchego version
  • Loading branch information
vladzr authored Dec 19, 2023
1 parent 0568318 commit fe83751
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pages/chain/get-started/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As an EVM-compatible chain, you can connect to Beam network using any Ethereum w
| Beam Mainnet | Settings |
| :----------------- | :---------------------------------------------- |
| Network name | `Beam Mainnet` |
| RPC URL | `https://subnets.avax.network/beam/mainnet/rpc` |
| RPC URL | `https://build.onbeam.com/rpc` |
| Chain ID | `4337` |
| Currency symbol | `BEAM` |
| Block explorer URL | https://subnets.avax.network/beam |
Expand Down Expand Up @@ -61,7 +61,7 @@ Enter the Beam Mainnet settings as provided above.
| Beam Testnet | Settings |
| :----------------- | :---------------------------------------------- |
| Network name | `Beam Testnet` |
| RPC URL | `https://subnets.avax.network/beam/testnet/rpc` |
| RPC URL | `https://build.onbeam.com/testnet/rpc` |
| Chain ID | `13337` |
| Currency symbol | `BEAM` |
| Block explorer URL | https://subnets-test.avax.network/beam |
Expand Down
10 changes: 5 additions & 5 deletions pages/chain/nodes/beam-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Steps } from "nextra-theme-docs";

# 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/nodes/build/set-up-node-with-installer).
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/nodes/build/set-up-node-with-installer). Please note that this guide is compatible with AvalancheGo version 1.10.17.

Once you have a running AvalancheGo installation, you need to add the Beam Subnet-EVM to track the Beam Subnet in your node.

Expand All @@ -21,8 +21,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.5.5/subnet-evm_0.5.5_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.5.5_linux_amd64.tar.gz
wget https://github.com/ava-labs/subnet-evm/releases/download/v0.5.9/subnet-evm_0.5.9_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.5.9_linux_amd64.tar.gz
cp subnet-evm ~/.avalanchego/plugins/kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz
```

Expand Down Expand Up @@ -177,8 +177,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.5.5/subnet-evm_0.5.5_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.5.5_linux_amd64.tar.gz
wget https://github.com/ava-labs/subnet-evm/releases/download/v0.5.9/subnet-evm_0.5.9_linux_amd64.tar.gz
tar -xvzf subnet-evm_0.5.9_linux_amd64.tar.gz
cp subnet-evm ~/.avalanchego/plugins/kLPs8zGsTVZ28DhP1VefPCFbCgS7o5bDNez8JUxPVw9E6Ubbz
```

Expand Down
Binary file modified public/metamask-beam-testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/metamask3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe83751

Please sign in to comment.