Skip to content

Commit

Permalink
chore: updated dlc-btc-lib version to 2.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Nov 27, 2024
1 parent b243a67 commit 7ffa23f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"concurrently": "^8.2.2",
"d3": "^7.9.0",
"decimal.js": "^10.4.3",
"dlc-btc-lib": "2.4.17",
"dlc-btc-lib": "2.4.18",
"dotenv": "^16.3.1",
"ethers": "5.7.2",
"formik": "^2.4.5",
Expand Down
3 changes: 2 additions & 1 deletion src/app/hooks/use-leather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ export function useLeather(): UseLeatherReturnType {
vault,
BigInt(shiftValue(bitcoinAmount)),
attestorGroupPublicKey,
feeRateMultiplier
feeRateMultiplier,
2000n
);

setIsLoading([true, 'Sign Funding Transaction in your Leather Wallet']);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5195,10 +5195,10 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

[email protected].17:
version "2.4.17"
resolved "https://registry.yarnpkg.com/dlc-btc-lib/-/dlc-btc-lib-2.4.17.tgz#44ff9dab788562cfa08ad299f65b275f7f7f5ff4"
integrity sha512-8gzJ40MttJHHtO8i0+qMoEtltVCwQ6U7y76w93lI/7jvVs4fBu+HlQvFtmfboNBJF1uAsoO1Hic5W6OzVlIrgQ==
[email protected].18:
version "2.4.18"
resolved "https://registry.yarnpkg.com/dlc-btc-lib/-/dlc-btc-lib-2.4.18.tgz#246c15af91bfcf03212f8abd440b122f575510f4"
integrity sha512-Q7t8VGrrbA2ioyNvvNXxH8dfqQwFUDLpLNWHwqqY0H8zaD4gXpKswi1clDHy7gASZhcLvBBOKAYp5+PUkja/YA==
dependencies:
"@gemwallet/api" "3.8.0"
"@ledgerhq/hw-app-btc" "10.4.1"
Expand Down

0 comments on commit 7ffa23f

Please sign in to comment.