From 517074158470d2ad3decade4465a3d424bbec0e5 Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Wed, 22 Apr 2026 12:46:43 +0100 Subject: [PATCH 1/2] fix: pinata template manifest --- examples/pinata-template/manifest.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/examples/pinata-template/manifest.json b/examples/pinata-template/manifest.json index 1b707db..22a99fa 100644 --- a/examples/pinata-template/manifest.json +++ b/examples/pinata-template/manifest.json @@ -16,15 +16,9 @@ "tags": ["wallet", "ethereum", "solana", "transactions", "web3"] }, "scripts": { - "start": "pnpm dlx @privy-io/agent-wallet-cli login --non-interactive" + "build": "npm install -g @privy-io/agent-wallet-cli", + "start": "privy-agent-wallet login --non-interactive" }, - "secrets": [ - { - "name": "PRIVY_SESSION", - "description": "Privy agent wallet session credentials from agents.privy.io", - "required": true - } - ], "routes": [ { "path": "/dashboard", "port": 3000, "protected": false } ] From ee0a984a178676476571abab85a501d24ab446d7 Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Wed, 22 Apr 2026 17:26:40 +0100 Subject: [PATCH 2/2] fix: pinata logo url --- examples/pinata-template/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pinata-template/manifest.json b/examples/pinata-template/manifest.json index 22a99fa..d0f924e 100644 --- a/examples/pinata-template/manifest.json +++ b/examples/pinata-template/manifest.json @@ -12,7 +12,7 @@ "category": "wallet", "authorName": "Privy", "authorUrl": "https://privy.io", - "authorLogoUrl": "https://privy.io/logo.png", + "authorLogoUrl": "https://framerusercontent.com/images/AwTsKmlC3D7Q0nXT1xH0qt3jHkI.png?width=505&height=278", "tags": ["wallet", "ethereum", "solana", "transactions", "web3"] }, "scripts": {