You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constUNSUPPORTED_MESSAGE="@lit-protocol/contracts/custom-network-signatures is not supported in browser environments. Please pre-generate contract signatures in a Node.js process and ship the artifacts instead.";
* Browser stub for @lit-protocol/contracts/custom-network-signatures.
3
+
* These utilities require Node.js filesystem access and cannot run in the browser.
4
+
*/
5
+
constUNSUPPORTED_MESSAGE="@lit-protocol/contracts/custom-network-signatures is not supported in browser environments. Please pre-generate contract signatures in a Node.js process and ship the artifacts instead.";
0 commit comments