sponsoredSigner -> useSponsoredSigner

This commit is contained in:
Shreyaschorge 2025-07-16 23:27:05 +05:30
parent ebb8068ade
commit 53d6ce6a94
No known key found for this signature in database

View File

@ -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