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
"No default chain ID found for ecosystem smart accounts. Please reach out to the ecosystem owner.",
86
+
`A chain must be provided either via 'chain' in connect options or 'defaultChainId' in ecosystem configuration. Please pass it via connect() or update the ecosystem configuration.`,
84
87
);
85
88
}
86
-
constpreferredChain=
87
-
options.chain??getCachedChain(defaultChainId);
88
89
89
90
createOptions={
90
91
...createOptions,
@@ -130,13 +131,14 @@ export function createInAppWallet(args: {
"No default chain ID found for ecosystem smart accounts. Please reach out to the ecosystem owner.",
139
+
`A chain must be provided either via 'chain' in connect options or 'defaultChainId' in ecosystem configuration. Please pass it via connect() or update the ecosystem configuration.`,
0 commit comments