Skip to content

Commit

Permalink
Apply changes from other Infura suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Jul 1, 2024
1 parent 561ee28 commit 17db3a2
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion services/get-started/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Specify the chain ID in your request to interact with the relevant network.
| Mainnet | 137 |
| Amoy | 80002 |

#### zkSync Era
#### ZKsync Era

| Network | Chain ID |
| ------- | -------- |
Expand Down
4 changes: 2 additions & 2 deletions services/reference/arbitrum/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://arbitrum-mainnet.infura.io/v3/YOUR-API-KEY \
Expand Down Expand Up @@ -115,7 +115,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta

#### Ethers

1. In your project folder, install the ethers package using npm:
1. In your project folder, install the `ethers` package using npm:

```bash
npm install ethers
Expand Down
8 changes: 4 additions & 4 deletions services/reference/avalanche-c-chain/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://avalanche-mainnet.infura.io/v3/YOUR-API-KEY \
Expand Down Expand Up @@ -86,7 +86,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
npm i axios
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -115,13 +115,13 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta

#### Ethers

1. In your project folder, install the ethers package using npm:
1. In your project folder, install the `ethers` package using npm:

```bash
npm install ethers
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down
12 changes: 6 additions & 6 deletions services/reference/base/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://base-sepolia.infura.io/v3/YOUR-API-KEY \
Expand All @@ -36,13 +36,13 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal

#### Node Fetch

1. In your project folder, install the Node Fetch package using npm:
1. In your project folder, install the `node-fetch` package using npm:

```bash
npm i node-fetch
``````

1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:

Replace `YOUR-API-KEY` with your actual Infura API key.

Expand Down Expand Up @@ -86,7 +86,7 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal
npm i axios
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -115,13 +115,13 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal

#### Ethers

1. In your project folder, install the ethers package using npm:
1. In your project folder, install the `ethers` package using npm:

```bash
npm install ethers
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down
4 changes: 2 additions & 2 deletions services/reference/blast/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://blast-mainnet.infura.io/v3/YOUR-API-KEY \
Expand All @@ -36,7 +36,7 @@ In these examples, you'll use [NPM](https://docs.npmjs.com/downloading-and-insta

#### Node Fetch

1. In your project folder, install the Node Fetch package using `npm`:
1. In your project folder, install the `node-fetch package using `npm`:

```bash
npm i node-fetch
Expand Down
12 changes: 6 additions & 6 deletions services/reference/celo/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://celo-mainnet.infura.io/v3/YOUR-API-KEY \
Expand All @@ -36,13 +36,13 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal

#### Node Fetch

1. In your project folder, install the Node Fetch package using npm:
1. In your project folder, install the `node-fetch` package using npm:

```bash
npm i node-fetch
``````

1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:

Replace `YOUR-API-KEY` with your actual Infura API key.

Expand Down Expand Up @@ -86,7 +86,7 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal
npm i axios
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -115,13 +115,13 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal

#### Ethers

1. In your project folder, install the ethers package using npm:
1. In your project folder, install the `ethers` package using npm:

```bash
npm install ethers
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down
12 changes: 6 additions & 6 deletions services/reference/ethereum/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://mainnet.infura.io/v3/YOUR-API-KEY \
Expand Down Expand Up @@ -63,7 +63,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
npm i node-fetch
``````

1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:

Replace `YOUR-API-KEY` with your actual Infura API key.

Expand Down Expand Up @@ -107,7 +107,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
npm i axios
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -136,13 +136,13 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta

#### Ethers

1. In your project folder, install the ethers package using npm:
1. In your project folder, install the `ethers` package using npm:

```bash
npm install ethers
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -170,7 +170,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta

1. In your project folder, [install the latest version of the web3.js library](https://www.npmjs.com/package/web3?activeTab=versions)

1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:

Replace `YOUR-API-KEY` with your actual Infura API key.

Expand Down
12 changes: 6 additions & 6 deletions services/reference/linea/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \
Expand All @@ -42,7 +42,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
npm i node-fetch
``````

1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:

Replace `YOUR-API-KEY` with your actual Infura API key.

Expand Down Expand Up @@ -86,7 +86,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
npm i axios
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -115,13 +115,13 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta

#### Ethers

1. In your project folder, install the ethers package using npm:
1. In your project folder, install the `ethers` package using npm:

```bash
npm install ethers
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -191,7 +191,7 @@ by Infura. Here are some suggestions:
- **Explore other Linea APIs**: Infura supports a wide range of APIs. You can find more information in the
[JSON-RPC API method documentation](json-rpc-methods/index.md).

- **Try out different networks**: Infura supports multiple networks including Arbitrum, Polygon, Optimism, IPFS and more.
- **Try out different networks**: Infura supports multiple networks including Arbitrum, Polygon, Optimism, IPFS, and more.

- **Monitor your usage**: Keep an eye on your usage on the [Infura dashboard](../../../../developer-tools/dashboard/how-to/dashboard-stats/) to ensure you're not hitting your rate limits.
Expand Down
2 changes: 1 addition & 1 deletion services/reference/mantle/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://mantle-mainnet.infura.io/v3/YOUR-API-KEY \
Expand Down
12 changes: 6 additions & 6 deletions services/reference/optimism/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/c

### cURL

Run the following command in your terminal. Replace `YOUR-API-KEY` with your actual Infura API key.
Run the following command in your terminal, replacing `YOUR-API-KEY` with your actual Infura API key:

```bash
curl https://optimism-mainnet.infura.io/v3/YOUR-API-KEY \
Expand All @@ -42,7 +42,7 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal
npm i node-fetch
``````

1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:

Replace `YOUR-API-KEY` with your actual Infura API key.

Expand Down Expand Up @@ -86,7 +86,7 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal
npm i axios
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -115,13 +115,13 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal

#### Ethers

1. In your project folder, install the ethers package using npm:
1. In your project folder, install the `ethers` package using npm:

```bash
npm install ethers
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down Expand Up @@ -153,7 +153,7 @@ In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-instal
pip install requests
``````
1. Create your Javascript file and copy the following code:
1. Create your JavaScript file and copy the following code:
Replace `YOUR-API-KEY` with your actual Infura API key.
Expand Down
Loading

0 comments on commit 17db3a2

Please sign in to comment.