File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
advanced/wallets/react-wallet-v2/src/lib/smart-accounts/builders Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export async function getSmartSessionContext({
164
164
// message: { raw: formattedHash }
165
165
message : { raw : permissionEnableHash }
166
166
} )
167
-
167
+
168
168
const encodedSmartSessionSignature = encodeSmartSessionSignature ( {
169
169
mode : SmartSessionMode . ENABLE ,
170
170
permissionId,
@@ -289,7 +289,7 @@ function getSamplePermissions(
289
289
chainId : number ,
290
290
{ permissions, expiry } : { permissions : Permission [ ] ; expiry : number }
291
291
) : Session {
292
- console . log ( { expiry} )
292
+ console . log ( { expiry } )
293
293
return {
294
294
sessionValidator : MULTIKEY_SIGNER_ADDRESSES [ chainId ] ,
295
295
sessionValidatorInitData : encodeMultiKeySignerInitData ( signers ) ,
You can’t perform that action at this time.
0 commit comments