Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Sep 1, 2024
1 parent 058c365 commit 6c7ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/oci/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from '@ethereum-attestation-service/eas-sdk';

import * as LitJsSdk from '@lit-protocol/lit-node-client';
import { SessionSigsMap } from '@lit-protocol/types';
import { EncryptToJsonPayload, SessionSigsMap } from '@lit-protocol/types';

Check failure on line 8 in src/libs/oci/index.ts

View workflow job for this annotation

GitHub Actions / test/node 18/ubuntu-latest

Module '"@lit-protocol/types"' has no exported member 'EncryptToJsonPayload'.

Check failure on line 8 in src/libs/oci/index.ts

View workflow job for this annotation

GitHub Actions / test/node 17/ubuntu-latest

Module '"@lit-protocol/types"' has no exported member 'EncryptToJsonPayload'.

Check failure on line 8 in src/libs/oci/index.ts

View workflow job for this annotation

GitHub Actions / test/node 18/ubuntu-latest

Module '"@lit-protocol/types"' has no exported member 'EncryptToJsonPayload'.

Check failure on line 8 in src/libs/oci/index.ts

View workflow job for this annotation

GitHub Actions / test/node 17/ubuntu-latest

Module '"@lit-protocol/types"' has no exported member 'EncryptToJsonPayload'.
import { publicClient } from './client';
import sepoliaChain from '../../utils/contracts/eas/sepoliaChain.json';

Expand Down

0 comments on commit 6c7ad29

Please sign in to comment.