Skip to content

Commit b921688

Browse files
committed
fix: hot-wallet
1 parent d05ffca commit b921688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hot-wallet/src/lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function setupHotWallet(): WalletModuleFactory<InjectedWallet> {
5959
"hot:near-account",
6060
JSON.stringify(accounts)
6161
);
62-
62+
6363
config.emitter.emit("signedIn", {
6464
contractId: data.contractId,
6565
methodNames: data.methodNames ?? [],

0 commit comments

Comments
 (0)