Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Aug 27, 2024
1 parent 10d9bc1 commit 70e5e74
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/libs/oci/index.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import { Address, parseAbiItem, WalletClient } from 'viem';
import { Address, parseAbiItem } from 'viem';
import {
SchemaDecodedItem,
SchemaEncoder,
} from '@ethereum-attestation-service/eas-sdk';

import * as LitJsSdk from '@lit-protocol/lit-node-client';
import { EncryptToJsonPayload, SessionSigsMap } from '@lit-protocol/types';
import { publicClient } from './client';
import sepoliaChain from '../../utils/contracts/eas/sepoliaChain.json';

import { LitNetwork } from '@lit-protocol/constants';
import * as LitJsSdk from '@lit-protocol/lit-node-client';
import { sepolia } from 'viem/chains';
import { EncryptToJsonPayload, SessionSigsMap } from '@lit-protocol/types';
import { SCHEMA_TYPES } from '../../utils/contracts/eas/constants';

export interface IAttestation {
Expand Down

0 comments on commit 70e5e74

Please sign in to comment.