Skip to content

Commit

Permalink
fix: modify path to raw vault interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Feb 4, 2025
1 parent a7821d8 commit e02dbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "dlc-btc-lib",
"version": "2.5.12",
"version": "2.5.13",
"description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/functions/bitcoin/bitcoin-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { Network, address, initEccLib } from 'bitcoinjs-lib';
import { bitcoin, regtest, testnet } from 'bitcoinjs-lib/src/networks.js';
import { Decimal } from 'decimal.js';
import { equals, uniq } from 'ramda';
import { RawVault } from 'src/models/ethereum-models.js';
import * as ellipticCurveCryptography from 'tiny-secp256k1';

import { DUST_LIMIT } from '../../constants/dlc-handler.constants.js';
Expand All @@ -30,6 +29,7 @@ import {
PaymentTypes,
UTXO,
} from '../../models/bitcoin-models.js';
import { RawVault } from '../../models/ethereum-models.js';
import {
compareUint8Arrays,
createRangeFromLength,
Expand Down

0 comments on commit e02dbd0

Please sign in to comment.