Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: typo fix Update using-onchain-app-template.mdx #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/pages/guides/create-app/using-onchain-app-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To ensure all components work seamlessly, set the following environment variable

- `NEXT_PUBLIC_WC_PROJECT_ID`: Create a project at [Wallet Connect](https://cloud.walletconnect.com) to obtain this.

Add theses to you `.env` file:
Add these to your `.env` file:

```bash
NEXT_PUBLIC_CDP_API_KEY=ADD_YOUR_API_KEY_HERE
Expand Down Expand Up @@ -44,4 +44,4 @@ Visit your site locally and click the "Log in" button.
- After connecting, click the "Transact" button.
- This action will initiate a transaction on Base Sepolia.
- The gas fees for this transaction will be sponsored by the Coinbase Developer Platform Paymaster.
::::
::::