mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-12 12:22:32 -05:00
feat: integrate returnUrl to config [NEYN-6533]
This commit is contained in:
@@ -125,6 +125,14 @@ export const ANALYTICS_ENABLED: boolean = true;
|
||||
*/
|
||||
export const APP_REQUIRED_CHAINS: string[] = [];
|
||||
|
||||
/**
|
||||
* Return URL for the mini app.
|
||||
*
|
||||
* 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;
|
||||
|
||||
// PLEASE DO NOT UPDATE THIS
|
||||
export const SIGNED_KEY_REQUEST_VALIDATOR_EIP_712_DOMAIN = {
|
||||
name: 'Farcaster SignedKeyRequestValidator',
|
||||
|
||||
Reference in New Issue
Block a user