Skip to content

Commit 66d977b

Browse files
committed
chores: run prettier
1 parent e2b215c commit 66d977b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

advanced/wallets/react-wallet-v2/src/lib/smart-accounts/builders/ContextBuilderUtil.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export async function getSmartSessionContext({
164164
// message: { raw: formattedHash }
165165
message: { raw: permissionEnableHash }
166166
})
167-
167+
168168
const encodedSmartSessionSignature = encodeSmartSessionSignature({
169169
mode: SmartSessionMode.ENABLE,
170170
permissionId,
@@ -289,7 +289,7 @@ function getSamplePermissions(
289289
chainId: number,
290290
{ permissions, expiry }: { permissions: Permission[]; expiry: number }
291291
): Session {
292-
console.log({expiry})
292+
console.log({ expiry })
293293
return {
294294
sessionValidator: MULTIKEY_SIGNER_ADDRESSES[chainId],
295295
sessionValidatorInitData: encodeMultiKeySignerInitData(signers),

0 commit comments

Comments
 (0)