From e07aa6a9b2c7ecd6d35c800b4b374fb662c9846e Mon Sep 17 00:00:00 2001 From: 0xchainer <109617724+0xchainer@users.noreply.github.com> Date: Sun, 24 May 2026 23:43:09 +0300 Subject: [PATCH] fix(docs): fix table header and add missing Description row in connecting-to-base --- docs/base-chain/quickstart/connecting-to-base.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/base-chain/quickstart/connecting-to-base.mdx b/docs/base-chain/quickstart/connecting-to-base.mdx index 17e708dfe..d53aa9952 100644 --- a/docs/base-chain/quickstart/connecting-to-base.mdx +++ b/docs/base-chain/quickstart/connecting-to-base.mdx @@ -110,9 +110,10 @@ To add Base Sepolia as a custom network in MetaMask: 4. Click **Add a network manually**. 5. In the **Add a network manually** dialog that appears, enter the following information for the Base Sepolia testnet: - | Name | Sepolia | + | Name | Value | | :-------------- | :--------------------------------------------------------------------- | | Network Name | Base Sepolia | + | Description | A public testnet for Base. | | RPC Endpoint | [https://sepolia.base.org](https://sepolia.base.org) | | Chain ID | 84532 | | Currency Symbol | ETH |