From 7318dd3cf919e8e0ebb68e6888feb9ee91983710 Mon Sep 17 00:00:00 2001 From: 0xdrag <122600313+Dragboyz@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:27:18 +0000 Subject: [PATCH 01/10] Fix typo: 'monetiziation' -> 'monetization' in get-started/base.mdx --- docs/get-started/base.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/base.mdx b/docs/get-started/base.mdx index f324ff73..3450c144 100644 --- a/docs/get-started/base.mdx +++ b/docs/get-started/base.mdx @@ -16,7 +16,7 @@ Build on Base and choose the features that fits your needs — from sub-cent glo **Creator Monetization:** Creators of all kinds are exploring new ways to - monetize their work. Innovate on the frontier of creator monetiziation with + monetize their work. Innovate on the frontier of creator monetization with the creator economy on Base. From 28d749860aa00683666e05c72ca170290bd16b36 Mon Sep 17 00:00:00 2001 From: 0xdrag <122600313+Dragboyz@users.noreply.github.com> Date: Sat, 18 Oct 2025 23:17:15 +0000 Subject: [PATCH 02/10] =?UTF-8?q?Fix=204=20typos:=20prompots->prompts,=20c?= =?UTF-8?q?an=20be=20appear->can=20appear,=20Baset->Base,=20=F0=9F=91=80or?= =?UTF-8?q?=20=E2=8C=9B->=F0=9F=91=80=20or=20=E2=8C=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/base-app/agents/chat-agents.mdx | 2 +- docs/base-app/introduction/beta-faq.mdx | 4 ++-- docs/base-chain/tools/tokens-in-wallet.mdx | 2 +- docs/get-started/build-app.mdx | 2 +- package-lock.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/base-app/agents/chat-agents.mdx b/docs/base-app/agents/chat-agents.mdx index e67bb2c1..7fbce63a 100644 --- a/docs/base-app/agents/chat-agents.mdx +++ b/docs/base-app/agents/chat-agents.mdx @@ -431,7 +431,7 @@ Our agent repo is found [here](https://github.com/siwan-cb/tba-chat-example-bot) 5. Follow [XIP-67](https://community.xmtp.org/t/xip-67-inline-actions/941) 6. Your agent should respond to both direct messages and group chat messages (if applicable). 7. For direct messages, it should automatically respond. -8. We recommend reacting to messages with an emoji (like 👀or ⌛) to indicate the message was received, while the response is processing. +8. We recommend reacting to messages with an emoji (like 👀 or ⌛) to indicate the message was received, while the response is processing. 9. For group chat messages, agents should only respond if they are mentioned with the “@” symbol and the agent’s name. (example “@bankr”), OR if the user replies directly to a message from the agent (using the reply content type). For group chat messages, agents should only respond if they are mentioned with the "@" symbol and the agent's name. (example "@bankr"), OR if the user replies directly to a message from the agent (using the reply content type). diff --git a/docs/base-app/introduction/beta-faq.mdx b/docs/base-app/introduction/beta-faq.mdx index 685ac4dd..62b8271c 100644 --- a/docs/base-app/introduction/beta-faq.mdx +++ b/docs/base-app/introduction/beta-faq.mdx @@ -36,7 +36,7 @@ Your basename will only be visible from users in the Base beta. Interaction from ## Wallet and Funds ### I logged into the beta, but don’t see my funds from my previous Coinbase Wallet. -The Baset beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . +The Base beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . You can return to your previous wallet by toggling beta mode off. Navigate to the Social tab (first icon), tap your profile pic, and toggle “beta mode” off. @@ -64,7 +64,7 @@ Yes. The beta is smart wallet only -The Baset beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . +The Base beta currently only supports smart wallets. Your funds are safe and still in the app. If you created a new smart wallet during the onboarding process, then your previous Externally Owned Account (EOA) wallet will only be available in the classic . You can return to your previous wallet by toggling beta mode off. diff --git a/docs/base-chain/tools/tokens-in-wallet.mdx b/docs/base-chain/tools/tokens-in-wallet.mdx index 2a347309..bf84406e 100644 --- a/docs/base-chain/tools/tokens-in-wallet.mdx +++ b/docs/base-chain/tools/tokens-in-wallet.mdx @@ -91,7 +91,7 @@ By sharing a unique link to your token’s asset page, your community can easily The Trending Swaps on Base module reflects the top tokens traded through the Coinbase Wallet mobile app, browser extension, and website app over the past 24 hours. -By encouraging your community to use Coinbase Wallet, your token can be appear on Trending Swaps and reach a wider audience. +By encouraging your community to use Coinbase Wallet, your token can appear on Trending Swaps and reach a wider audience. ## Send via text diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index 4a561e31..449477e2 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. diff --git a/package-lock.json b/package-lock.json index ae14091f..6ab68257 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "base-docs", + "name": "docs", "lockfileVersion": 3, "requires": true, "packages": {} From bc693abeb24c9ae095f129b897427750efc9184c Mon Sep 17 00:00:00 2001 From: 0xdrag <122600313+Dragboyz@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:55:13 +0000 Subject: [PATCH 03/10] chore(docs): revert package name to base-docs per review --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 6ab68257..ae14091f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "docs", + "name": "base-docs", "lockfileVersion": 3, "requires": true, "packages": {} From a29578b4760100c4757540dbcfc1242e6c5758c4 Mon Sep 17 00:00:00 2001 From: 0xdrag <122600313+Dragboyz@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:22:41 +0000 Subject: [PATCH 04/10] docs: fix typos 'monetiziation' -> 'monetization' and 'rouote' -> 'route' --- docs/mini-apps/quickstart/migrate-existing-apps.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mini-apps/quickstart/migrate-existing-apps.mdx b/docs/mini-apps/quickstart/migrate-existing-apps.mdx index 43450cc5..0483c147 100644 --- a/docs/mini-apps/quickstart/migrate-existing-apps.mdx +++ b/docs/mini-apps/quickstart/migrate-existing-apps.mdx @@ -75,7 +75,7 @@ Create a file available at `https://www.your-domain.com/.well-known/farcaster.js Create the manifest file in your project at `/public/.well-known/farcaster.json`. - Create a Next.js rouote to host your manifest file + Create a Next.js route to host your manifest file ```typescript app/.well-known/farcaster.json/route.ts function withValidProperties(properties: Record) { return Object.fromEntries( From 17dc0689e42571a1855f307ad71dcd1d89f3f27c Mon Sep 17 00:00:00 2001 From: 0xdrag <122600313+Dragboyz@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:42:26 +0000 Subject: [PATCH 05/10] Add signed commit for verification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3d19bbb..199ab823 100644 --- a/README.md +++ b/README.md @@ -164,3 +164,4 @@ The core team will review opened PRs. The SLA is 2 weeks, generally on a first-c ## Storybook for UI components See `storybook/README.md` for details on local Storybook and component docs. + From 24581fe32843d27e91255d34cad537e93671d2c4 Mon Sep 17 00:00:00 2001 From: 0xdrag <122600313+Dragboyz@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:12:41 +0000 Subject: [PATCH 06/10] Add signed commit for verification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 199ab823..707cf094 100644 --- a/README.md +++ b/README.md @@ -165,3 +165,4 @@ The core team will review opened PRs. The SLA is 2 weeks, generally on a first-c See `storybook/README.md` for details on local Storybook and component docs. + From 0bcd9e9e13b2ef1306b13c6e043d3e79c3fd5fe8 Mon Sep 17 00:00:00 2001 From: 0xdrag Date: Thu, 30 Oct 2025 12:18:48 +0000 Subject: [PATCH 07/10] Test commit without signing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 707cf094..ac98ea49 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,4 @@ The core team will review opened PRs. The SLA is 2 weeks, generally on a first-c See `storybook/README.md` for details on local Storybook and component docs. + From 7264457ed00b9cd4fbe05e11cc36c5afa32f79e6 Mon Sep 17 00:00:00 2001 From: 0xdrag Date: Thu, 30 Oct 2025 12:21:30 +0000 Subject: [PATCH 08/10] Add signed commit for verification --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac98ea49..a8e46f10 100644 --- a/README.md +++ b/README.md @@ -167,3 +167,5 @@ See `storybook/README.md` for details on local Storybook and component docs. + + From e0c8c291b62ecbaa0712c90931b8ce04d1fda9e0 Mon Sep 17 00:00:00 2001 From: 0xdrag Date: Thu, 30 Oct 2025 12:24:23 +0000 Subject: [PATCH 09/10] Add signed commit for verification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8e46f10..dcbc7462 100644 --- a/README.md +++ b/README.md @@ -169,3 +169,4 @@ See `storybook/README.md` for details on local Storybook and component docs. + From 24ac21e6f66d948904229af41e18ccaf98cd3e84 Mon Sep 17 00:00:00 2001 From: 0xdrag Date: Thu, 30 Oct 2025 12:27:46 +0000 Subject: [PATCH 10/10] Add signed commit for verification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcbc7462..a85ad015 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,4 @@ See `storybook/README.md` for details on local Storybook and component docs. +