Skip to content

Commit

Permalink
test(key-manager): use local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed May 31, 2022
1 parent f205b57 commit b0aa8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/shared/keyManager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IAgentOptions, IDIDManager, IKeyManager, TAgent, TKeyType } from '../../packages/core/src'
import { computeAddress, serialize } from '@ethersproject/transactions'
import { mapIdentifierKeysToDoc } from '@veramo/utils/src'
import { IResolver } from '@veramo/core'
import { mapIdentifierKeysToDoc } from '../../packages/utils/src'
import { IResolver } from '../../packages/core'
import { recoverTypedSignature, normalize, SignTypedDataVersion } from '@metamask/eth-sig-util'

type ConfiguredAgent = TAgent<IDIDManager & IKeyManager & IResolver>
Expand Down

0 comments on commit b0aa8d2

Please sign in to comment.