sbtc-bridge-lib
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sbtc-bridge-lib", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Library for sBTC Bridge web client and API apps ", | ||
@@ -33,2 +33,3 @@ "main": "index.ts", | ||
"@stacks/encryption": "^6.5.4", | ||
"@stacks/stacks-blockchain-api-types": "^7.1.10", | ||
"c32check": "^2.0.0", | ||
@@ -35,0 +36,0 @@ "micro-packed": "^0.3.2", |
@@ -115,3 +115,3 @@ import * as secp from '@noble/secp256k1'; | ||
//console.log('parseWithdrawalPayloadNoMagic amountSats: ', amountSats) | ||
const signature = hex.decode(hex.encode(d1.subarray(10, 75))); | ||
const signature = (hex.encode(d1.subarray(10, 75))); | ||
//console.log('parseWithdrawalPayloadNoMagic signature: ', signature) | ||
@@ -125,3 +125,3 @@ const msgHash = getStacksSimpleHashOfDataToSign(network, amountSats, sbtcWallet); | ||
stacksAddress, | ||
signature: hex.encode(signature), | ||
signature: (signature), | ||
amountSats, | ||
@@ -128,0 +128,0 @@ compression |
34277
8
+ Added@stacks/stacks-blockchain-api-types@7.14.1(transitive)