mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-05 17:02:33 -05:00
sponsoredSigner -> useSponsoredSigner
This commit is contained in:
@@ -229,7 +229,7 @@ export async function init(projectName = null, autoAcceptDefaults = false, apiKe
|
|||||||
useTunnel: true,
|
useTunnel: true,
|
||||||
enableAnalytics: true,
|
enableAnalytics: true,
|
||||||
seedPhrase: null,
|
seedPhrase: null,
|
||||||
sponsorSigner: false,
|
useSponsoredSigner: false,
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
// If autoAcceptDefaults is false but we have a projectName, we still need to ask for other options
|
// If autoAcceptDefaults is false but we have a projectName, we still need to ask for other options
|
||||||
|
|||||||
Reference in New Issue
Block a user