Skip to content

Commit

Permalink
fix: correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Jul 16, 2024
1 parent ffbcbf1 commit 9d7a406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/helpers/knot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
import { ParsedGraph } from './graphvis';
import { ExecuteResult } from '@cosmjs/cosmwasm-stargate';
import { DropCore } from '../generated/contractLib';
import { DropCore } from 'drop-ts-client/lib/contractLib';
import { IndexedTx, StdFee } from '@cosmjs/stargate';
import { waitForTx } from './waitForTx';

Expand Down

0 comments on commit 9d7a406

Please sign in to comment.