Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/base-app/agents/chat-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions docs/base-app/introduction/beta-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -64,7 +64,7 @@ Yes. The beta is smart wallet only

<AccordionGroup>
<Accordion title="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 .

<Info>
You can return to your previous wallet by toggling beta mode off.
Expand Down
2 changes: 1 addition & 1 deletion docs/base-chain/tools/tokens-in-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Build on Base and choose the features that fits your needs — from sub-cent glo
</Accordion>
<Accordion title="Creator Tools">
**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.
</Accordion>
<Accordion title="Builder Experience">
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion docs/mini-apps/quickstart/migrate-existing-apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
</Tab>
<Tab title="Next.js">
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<string, undefined | string | string[]>) {
return Object.fromEntries(
Expand Down