@reown/appkit-common 1.8.14-rc.0 → 1.8.14-signet-fix.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -77,6 +77,12 @@ export declare const ConstantsUtil: {
|
|
|
77
77
|
readonly debugMessage: "Multi-wallet support is not enabled. Please enable it in your AppKit configuration at cloud.reown.com to use the useAppKitConnection hook.";
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
|
+
readonly HEADLESS_NOT_ENABLED: {
|
|
81
|
+
readonly DEFAULT: {
|
|
82
|
+
readonly displayMessage: "";
|
|
83
|
+
readonly debugMessage: "Headless support is not enabled. Please enable it with the enableHeadless option in the AppKit configuration and make sure your current plan supports it.";
|
|
84
|
+
};
|
|
85
|
+
};
|
|
80
86
|
};
|
|
81
87
|
readonly IS_DEVELOPMENT: boolean;
|
|
82
88
|
readonly DEFAULT_ALLOWED_ANCESTORS: string[];
|