diff --git a/docs/base-chain/quickstart/connecting-to-base.mdx b/docs/base-chain/quickstart/connecting-to-base.mdx index 6effd596..9da6788a 100644 --- a/docs/base-chain/quickstart/connecting-to-base.mdx +++ b/docs/base-chain/quickstart/connecting-to-base.mdx @@ -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)
_Rate limited and not for production systems._ | -| Flashblocks RPC Endpoint | [ https://mainnet-preconf.base.org]( https://mainnet-preconf.base.org)
_Rate limited and not for production systems._ | +| Flashblocks RPC Endpoint | [https://mainnet-preconf.base.org](https://mainnet-preconf.base.org)
_Rate limited and not for production systems._ | | Chain ID | 8453 | | Currency Symbol | ETH | | Block Explorer | [https://base.blockscout.com/](https://base.blockscout.com/) | @@ -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)
_Rate limited and not for production systems._ | -| Flashblocks RPC Endpoint | [ https://sepolia-preconf.base.org]( https://sepolia-preconf.base.org)
_Rate limited and not for production systems._ | +| Flashblocks RPC Endpoint | [https://sepolia-preconf.base.org](https://sepolia-preconf.base.org)
_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) | diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index 4a561e31..3030a994 100644 --- a/docs/get-started/build-app.mdx +++ b/docs/get-started/build-app.mdx @@ -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. @@ -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 diff --git a/docs/onchainkit/getting-started.mdx b/docs/onchainkit/getting-started.mdx index 69b3f0d1..988ac7b4 100644 --- a/docs/onchainkit/getting-started.mdx +++ b/docs/onchainkit/getting-started.mdx @@ -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/)