We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e5cdf commit 1b6b71fCopy full SHA for 1b6b71f
src/schema-manager.ts
@@ -2,7 +2,7 @@ import { Contract, JsonRpcProvider, Wallet } from 'ethers'
2
import { parseDid, validateDid } from './utils/did'
3
import { v4 as uuidv4 } from 'uuid'
4
import SchemaRegistryAbi from './abi/SchemaRegistry.json'
5
-import { buildSchemaResource } from '../src/utils/schemaHelper'
+import { buildSchemaResource } from './utils/schemaHelper'
6
import DidRegistryContract from '@ayanworks/polygon-did-registry-contract'
7
import axios from 'axios'
8
0 commit comments