Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct Spelling and Typographical Errors #295

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/chains/avalanche-chain/avalanche-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before you start, ensure that your machine meets the following [minimum requirem

## Install AvalancheGo 🚀

AvalancheGo is a go implementation of an Avalanche node. This software is necessary to run a Avalanche RPC node.
AvalancheGo is a go implementation of an Avalanche node. This software is necessary to run an Avalanche RPC node.
AvalancheGo can be installed automatically on a local machine using a shell bash script or manually with some commands.There are detailed guides for both [automatic installation](https://docs.avax.network/nodes/build/set-up-node-with-installer) and [manual installation](https://docs.avax.network/nodes/build/run-avalanche-node-manually) available in the Avalanche docs.


Expand Down Expand Up @@ -90,4 +90,4 @@ In our current state of Testnet, there is an additional stage to pass through be

## Setup your Provider on Lava Network 🌋

Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-avalanche-rpc-node&utm_medium=docs&utm_campaign=avalanche-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network.
Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-avalanche-rpc-node&utm_medium=docs&utm_campaign=avalanche-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network.
4 changes: 2 additions & 2 deletions docs/chains/axelar-chain/axelar-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OS: Ubuntu 18.04 or MacOS(x86)
## Install 📥

:::caution
Some users have reported issues with the Axelarate install script. If you encounter issues, please consider making an [issue](https://github.com/axelarnetwork/axelarate-community/issues) or trying to install manually.
Some users have reported issues with the Axelarate install script. If you encounter issues, please consider making an [issue](https://github.com/axelarnetwork/axelarate-community/issues) or trying to install it manually.
:::

Clone the Axelarate-Community Repo and then run the Node Setup Script.
Expand All @@ -64,4 +64,4 @@ Want to reach more developers and get more rewards as a node runner? Axelar pays

## Setup your Provider on Lava Network 🌋

Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-axelar-rpc-node&utm_medium=docs&utm_campaign=axelar-post-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network.
Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-axelar-rpc-node&utm_medium=docs&utm_campaign=axelar-post-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network.
6 changes: 3 additions & 3 deletions docs/chains/base-chain/base-node.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: /base-node
title: Running an Base RPC Node
title: Running a Base RPC Node
---

# Running a Base RPC Node
Expand All @@ -17,7 +17,7 @@ Before you start, be sure to install [Docker](https://www.docker.com/get-started

### 💿 Setup a L1 Full Node RPC

You need a Ethereum L1 Full Node running before you can use Base. Set `OP_NODE_L1_ETH_RPC` if you're using docker-compose.
You need an Ethereum L1 Full Node running before you can use Base. Set `OP_NODE_L1_ETH_RPC` if you're using docker-compose.

### ✨ Clone the Repo

Expand All @@ -42,4 +42,4 @@ In our current state of Testnet, there is an additional stage to pass through be

## Setup your Provider on Lava Network 🌋

Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-base-rpc-node&utm_medium=docs&utm_campaign=base-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node.
Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-base-rpc-node&utm_medium=docs&utm_campaign=base-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node.
4 changes: 2 additions & 2 deletions docs/chains/celestia-chain/celestia-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To set up your provider on the Lava Network, you can refer to the [provider setu

Celestia providers must supply endpoint for both consensus and DA node:
- consensus node: rest, tendermint, grpc (this is the same as every other cosmos node)
- DA node: jsonrpc (when running the light DA node the defualt port will be 26658)
- DA node: jsonrpc (when running the light DA node the default port will be 26658)


example for provider configuration file
Expand Down Expand Up @@ -74,4 +74,4 @@ endpoints:
address: 0.0.0.0:2221
node-urls:
- url: http://127.0.0.1:1317
```
```
4 changes: 2 additions & 2 deletions docs/chains/celo-chain/celo-node.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: /celo-node
title: Running an Celo RPC Node
title: Running a Celo RPC Node
---

# Running a Celo RPC Node
Expand Down Expand Up @@ -45,4 +45,4 @@ In our current state of Testnet, there is an additional stage to pass through be

## Setup your Provider on Lava Network 🌋

Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-celo-rpc-node&utm_medium=docs&utm_campaign=celo-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node.
Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-celo-rpc-node&utm_medium=docs&utm_campaign=celo-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node.
6 changes: 3 additions & 3 deletions docs/chains/ethereum-chain/ethereum-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

## Requirements 📄

Ethereum nodes have some basic hardware requirements that must be met in order to proceed with the install process:
Ethereum nodes have some basic hardware requirements that must be met in order to proceed with the installation process:

<Tabs>
<TabItem value="manual_req" label="Manual">
Expand All @@ -37,7 +37,7 @@ Intel Core i5/i7

## Choose your Path 🛣️

Current Ethereum recommended practice is to manage your node using DAppNode. You can follow along the very helpful guide provided by DAppNode [here](https://docs.dappnode.io/docs/user/getting-started/choose-your-path).
The current Ethereum recommended practice is to manage your node using DAppNode. You can follow along the very helpful guide provided by DAppNode [here](https://docs.dappnode.io/docs/user/getting-started/choose-your-path).

If you elect to go the more advanced route, you can setup your node using the command line or another recommended tool. A list of guided setups is available on the [Ethereum developer docs](https://ethereum.org/en/developers/docs/nodes-and-clients/run-a-node/#spinning-up-node).

Expand All @@ -50,4 +50,4 @@ In our current state of Testnet, there is an additional stage to pass through be

## Setup your Provider on Lava Network 🌋

Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-ethereum-rpc-node&utm_medium=docs&utm_campaign=ethereum-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node.
Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-ethereum-rpc-node&utm_medium=docs&utm_campaign=ethereum-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node.