@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.mjs
CHANGED
|
@@ -39021,8 +39021,8 @@ const toProveInput = ({ root, merklePath0, merklePath1, publicAmount, nullifier0
|
|
|
39021
39021
|
outputCommitment1: commitment1.toString(),
|
|
39022
39022
|
hashedAccountSecret: accountSecret === 0n ? '0' : poseidon1(accountSecret).toString(),
|
|
39023
39023
|
accountSecret: accountSecret === 0n ? '12345' : accountSecret.toString(),
|
|
39024
|
-
inPrivateKey0: vortexKeypair.privateKey,
|
|
39025
|
-
inPrivateKey1: vortexKeypair.privateKey,
|
|
39024
|
+
inPrivateKey0: vortexKeypair.privateKey.toString(),
|
|
39025
|
+
inPrivateKey1: vortexKeypair.privateKey.toString(),
|
|
39026
39026
|
inAmount0: inputUtxo0.amount.toString(),
|
|
39027
39027
|
inAmount1: inputUtxo1.amount.toString(),
|
|
39028
39028
|
inBlinding0: inputUtxo0.blinding.toString(),
|