From 02094e59a387de6a8d0713d7a9fee92fc1509463 Mon Sep 17 00:00:00 2001 From: TheFirstNomad <119462780+TheFirstNomad@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:27:04 +0300 Subject: [PATCH] mcp: add missing PINATA_JWT to .env example Adds the missing PINATA_JWT variable that was referenced in the Claude config but not in the .env template. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03a6f7f..ce5d33d 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,10 @@ COINBASE_PROJECT_ID=your_project_id # You can obtain this from https://alchemy.com ALCHEMY_API_KEY=your_alchemy_api_key +# Pinata JWT (required for some NFT tools) +# You can obtain this from https://pinata.cloud +PINATA_JWT=your_pinata_jwt_here + # OpenRouter API Key (optional for buying OpenRouter credits) # You can obtain this from https://openrouter.ai/keys OPENROUTER_API_KEY=your_openrouter_api_key