mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-07 01:42:31 -05:00
feat: udpate script to support --return-url flag [NEYN-6533]
This commit is contained in:
@@ -131,7 +131,7 @@ export const APP_REQUIRED_CHAINS: string[] = [];
|
||||
* If provided, the mini app will be rendered with a return URL to be rendered if the
|
||||
* back button is pressed from the home page.
|
||||
*/
|
||||
export const RETURN_URL: string | null = null;
|
||||
export const RETURN_URL: string | undefined = undefined;
|
||||
|
||||
// PLEASE DO NOT UPDATE THIS
|
||||
export const SIGNED_KEY_REQUEST_VALIDATOR_EIP_712_DOMAIN = {
|
||||
|
||||
Reference in New Issue
Block a user