fix: text

This commit is contained in:
lucas-neynar 2025-03-14 14:40:43 -07:00
parent 2d8485296a
commit db45db3003
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ async function init() {
custodyAddress = account.address; custodyAddress = account.address;
// Look up FID using custody 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'; const neynarApiKey = answers.useNeynar ? answers.neynarApiKey : 'FARCASTER_V2_FRAMES_DEMO';
fid = await lookupFidByCustodyAddress(custodyAddress, neynarApiKey); fid = await lookupFidByCustodyAddress(custodyAddress, neynarApiKey);

View File

@ -1,6 +1,6 @@
{ {
"name": "frames-v2-demo", "name": "frames-v2-demo",
"version": "0.1.9", "version": "0.2.0",
"type": "module", "type": "module",
"files": [ "files": [
"bin/index.js" "bin/index.js"