Skip to content

Commit

Permalink
fix: abi import
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit committed Jan 10, 2024
1 parent 3411c91 commit f4f7ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema-manager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Contract, JsonRpcProvider, Wallet } from 'ethers'
import { parseDid, validateDid } from './utils/did'
import { v4 as uuidv4 } from 'uuid'
import SchemaRegistryAbi from '../src/abi/SchemaRegistry.json'
import SchemaRegistryAbi from './abi/SchemaRegistry.json'
import { buildSchemaResource } from '../src/utils/schemaHelper'
import DidRegistryContract from '@ayanworks/polygon-did-registry-contract'
import axios from 'axios'
Expand Down

0 comments on commit f4f7ed4

Please sign in to comment.