Skip to content

Commit e32b211

Browse files
committed
fix: fix the bugs
1 parent 91bf936 commit e32b211

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/eas/eas.service.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,13 @@ export class EasService {
248248
)
249249
const decodedData = this.decodeAttestationData(attestation.data)
250250
const secret = decodedData[2].value.value
251+
console.log(
252+
chainId,
253+
attestation,
254+
siweJwtPayload.sub,
255+
decodedData,
256+
secret
257+
)
251258
return await this.litService.decryptFromJson(chainId, secret)
252259
}
253260
}

0 commit comments

Comments
 (0)