From db45db300368e8a18399f5f22bd4e1d4caa82587 Mon Sep 17 00:00:00 2001 From: lucas-neynar Date: Fri, 14 Mar 2025 14:40:43 -0700 Subject: [PATCH] fix: text --- bin/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/index.js b/bin/index.js index 5acd494..5c3bbde 100755 --- a/bin/index.js +++ b/bin/index.js @@ -163,7 +163,7 @@ async function init() { custodyAddress = account.address; // Look up FID using custody address - console.log('\nLooking up FID...'); + console.log('\nUsing seed phrase to look up FID by custody address...'); const neynarApiKey = answers.useNeynar ? answers.neynarApiKey : 'FARCASTER_V2_FRAMES_DEMO'; fid = await lookupFidByCustodyAddress(custodyAddress, neynarApiKey); diff --git a/package.json b/package.json index c26b061..41a5726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frames-v2-demo", - "version": "0.1.9", + "version": "0.2.0", "type": "module", "files": [ "bin/index.js"