File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -248,13 +248,6 @@ export class EasService {
248
248
)
249
249
const decodedData = this . decodeAttestationData ( attestation . data )
250
250
const secret = decodedData [ 2 ] . value . value
251
- console . log (
252
- chainId ,
253
- attestation ,
254
- siweJwtPayload . sub ,
255
- decodedData ,
256
- secret
257
- )
258
251
return await this . litService . decryptFromJson ( chainId , secret )
259
252
}
260
253
}
Original file line number Diff line number Diff line change @@ -25,4 +25,16 @@ export const networks = {
25
25
} ,
26
26
rpc : LIT_RPC . CHRONICLE_YELLOWSTONE ,
27
27
} ,
28
+ datil : {
29
+ clientConfig : {
30
+ alertWhenUnauthorized : false ,
31
+ litNetwork : LitNetwork . Datil ,
32
+ debug : true ,
33
+ } ,
34
+ contractConfig : {
35
+ network : LitNetwork . Datil ,
36
+ debug : true ,
37
+ } ,
38
+ rpc : LIT_RPC . CHRONICLE_YELLOWSTONE ,
39
+ } ,
28
40
}
Original file line number Diff line number Diff line change @@ -198,12 +198,6 @@ export class LitService {
198
198
await this . connect ( )
199
199
}
200
200
try {
201
- console . log (
202
- 'maaaaaa' ,
203
- chainId ,
204
- ACCESS_MANAGER_CONTRACTS [ chainId ] . metadata . hasRoleFunctionName ,
205
- ACCESS_MANAGER_CONTRACTS [ chainId ] . metadata . HasRoleRoleId
206
- )
207
201
return await encryptToJson ( {
208
202
string : JSON . stringify ( dataToEncrypt ) ,
209
203
litNodeClient : this . litNodeClient ,
You can’t perform that action at this time.
0 commit comments