@interest-protocol/vortex-sdk 8.3.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/utils/index.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -39023,8 +39023,8 @@ const toProveInput = ({ root, merklePath0, merklePath1, publicAmount, nullifier0
|
|
|
39023
39023
|
outputCommitment1: commitment1.toString(),
|
|
39024
39024
|
hashedAccountSecret: accountSecret === 0n ? '0' : poseidon1(accountSecret).toString(),
|
|
39025
39025
|
accountSecret: accountSecret === 0n ? '12345' : accountSecret.toString(),
|
|
39026
|
-
inPrivateKey0: vortexKeypair.privateKey,
|
|
39027
|
-
inPrivateKey1: vortexKeypair.privateKey,
|
|
39026
|
+
inPrivateKey0: vortexKeypair.privateKey.toString(),
|
|
39027
|
+
inPrivateKey1: vortexKeypair.privateKey.toString(),
|
|
39028
39028
|
inAmount0: inputUtxo0.amount.toString(),
|
|
39029
39029
|
inAmount1: inputUtxo1.amount.toString(),
|
|
39030
39030
|
inBlinding0: inputUtxo0.blinding.toString(),
|