Skip to content

Commit

Permalink
Fix failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Nov 30, 2022
1 parent f924628 commit 209539a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/modules/did.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createProtobufRpcClient, DeliverTxResponse, QueryClient } from "@cosmjs/stargate"
/* import { QueryClientImpl } from '"@cheqd/ts-proto/cheqd/did/v1/query' */
/* import { QueryClientImpl } from '@cheqd/ts-proto/cheqd/did/v1/query' */
import { CheqdExtension, AbstractCheqdSDKModule, MinimalImportableCheqdSDKModule } from "./_"
import { CheqdSigningStargateClient } from "../signer"
import { DidStdFee, IContext, ISignInputs } from "../types"
Expand Down
6 changes: 3 additions & 3 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
VerificationMethod,
import { VerificationMethod } from "@cheqd/ts-proto/cheqd/did/v1/did"
import {
MsgCreateDidPayload,
MsgUpdateDidPayload
} from "@cheqd/ts-proto/cheqd/did/v1/did"
} from "@cheqd/ts-proto/cheqd/did/v1/tx"
import {
IKeyPair,
IKeyValuePair,
Expand Down

0 comments on commit 209539a

Please sign in to comment.