Skip to content

Commit

Permalink
test: fix broken import after moving util method
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Oct 26, 2023
1 parent 144e772 commit 87be8bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
CollateralCurrencyExt,
currencyIdToMonetaryCurrency,
DefaultInterBtcApi,
getIssueRequestsFromExtrinsicResult,
InterBtcApi,
InterbtcPrimitivesVaultId,
IssueStatus,
Expand All @@ -25,7 +26,6 @@ import {
PARACHAIN_ENDPOINT,
ESPLORA_BASE_PATH,
} from "../../../../config";
import { getIssueRequestsFromExtrinsicResult } from "../../../../utils/issue-redeem";
import { BitcoinCoreClient } from "../../../../utils/bitcoin-core-client";
import { issueSingle } from "../../../../utils/issue-redeem";
import { newVaultId, WrappedCurrency } from "../../../../../src";
Expand Down

0 comments on commit 87be8bc

Please sign in to comment.