From 517074158470d2ad3decade4465a3d424bbec0e5 Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Wed, 22 Apr 2026 12:46:43 +0100 Subject: [PATCH] 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 } ]