mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 16:18:55 -05:00
fix: text
This commit is contained in:
parent
2d8485296a
commit
db45db3003
@ -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);
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user