diff --git a/src/credentials/status/on-chain-revocation.ts b/src/credentials/status/on-chain-revocation.ts index c259a3cc..59871464 100644 --- a/src/credentials/status/on-chain-revocation.ts +++ b/src/credentials/status/on-chain-revocation.ts @@ -6,7 +6,7 @@ import { DID, Id } from '@iden3/js-iden3-core'; import { VerifiableConstants } from '../../verifiable/constants'; import { isGenesisState } from './utils'; import { newHashFromHex } from '@iden3/js-merkletree'; -import { EthStateStorage } from '../../../src/storage/blockchain/state'; +import { EthStateStorage } from '../../storage/blockchain/state'; import { getChainId } from '../../storage/blockchain'; import { IStateStorage, IOnchainRevocationStore } from '../../storage'; /**