Skip to content
Closed
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/base-chain/quickstart/connecting-to-base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Documentation about Base Mainnet and Base Testnet. This page covers
| Network Name | Base Mainnet |
| Description | The public mainnet for Base. |
| RPC Endpoint | [https://mainnet.base.org](https://mainnet.base.org)<br/>_Rate limited and not for production systems._ |
| Flashblocks RPC Endpoint | [ https://mainnet-preconf.base.org]( https://mainnet-preconf.base.org)<br/>_Rate limited and not for production systems._ |
| Flashblocks RPC Endpoint | [https://mainnet-preconf.base.org](https://mainnet-preconf.base.org)<br/>_Rate limited and not for production systems._ |
| Chain ID | 8453 |
| Currency Symbol | ETH |
| Block Explorer | [https://base.blockscout.com/](https://base.blockscout.com/) |
Expand All @@ -22,7 +22,7 @@ description: Documentation about Base Mainnet and Base Testnet. This page covers
| Network Name | Base Sepolia |
| Description | A public testnet for Base. |
| RPC Endpoint | [https://sepolia.base.org](https://sepolia.base.org)<br/>_Rate limited and not for production systems._ |
| Flashblocks RPC Endpoint | [ https://sepolia-preconf.base.org]( https://sepolia-preconf.base.org)<br/>_Rate limited and not for production systems._ |
| Flashblocks RPC Endpoint | [https://sepolia-preconf.base.org](https://sepolia-preconf.base.org)<br/>_Rate limited and not for production systems._ |
| Chain ID | 84532 |
| Currency Symbol | ETH |
| Block Explorer | [https://sepolia-explorer.base.org](https://sepolia-explorer.base.org) |
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started/build-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Base is a fast, low-cost, builder-friendly Ethereum L2 built to bring the next b
npm create onchain@latest
```

The prompots will ask you for a CDP API Key which you can get [here](https://portal.cdp.coinbase.com/projects/api-keys/client-key).
The prompts will ask you for a CDP API Key which you can get [here](https://portal.cdp.coinbase.com/projects/api-keys/client-key).

Once you've gone through the prompts, you'll have a new project directory with a basic OnchainKit app. Run the following to see it live.

Expand Down Expand Up @@ -91,7 +91,7 @@ Base is a fast, low-cost, builder-friendly Ethereum L2 built to bring the next b
BASE_SEPOLIA_RPC_URL="https://sepolia.base.org"
```

-Load your environment variables
- Load your environment variables

```bash Terminal
source .env
Expand Down
2 changes: 1 addition & 1 deletion docs/onchainkit/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm create onchain@latest

After the prompts, `create onchain` will create a folder with your project name and install the required dependencies.

You can also checkout our pre-built templates:
You can also check out our pre-built templates:

- [Onchain Commerce](https://onchain-commerce-template.vercel.app/)
- [NFT minting](https://ock-mint.vercel.app/)
Expand Down