We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05ffca commit b921688Copy full SHA for b921688
packages/hot-wallet/src/lib/index.ts
@@ -59,7 +59,7 @@ export function setupHotWallet(): WalletModuleFactory<InjectedWallet> {
59
"hot:near-account",
60
JSON.stringify(accounts)
61
);
62
-
+
63
config.emitter.emit("signedIn", {
64
contractId: data.contractId,
65
methodNames: data.methodNames ?? [],
0 commit comments