Skip to content

Commit 4345ff1

Browse files
committed
improve signature flow fireblocks (split create and wait) (#250)
* improve signature flow fireblocks (split create and wait) * bump version 4.2.20
1 parent 8846dd5 commit 4345ff1

File tree

5 files changed

+467
-93
lines changed

5 files changed

+467
-93
lines changed

bun.lockb

480 Bytes
Binary file not shown.

examples/sei.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const vault: FireblocksIntegration = {
2525
const fireblocksPubkey = (
2626
await k.fireblocks.getSdk(vault).vaults.getPublicKeyInfo({
2727
algorithm: 'MPC_ECDSA_SECP256K1',
28-
derivationPath: JSON.stringify([44, 118, Number(vault.vaultId), 0, 0]),
28+
derivationPath: JSON.stringify([44, 60, Number(vault.vaultId), 0, 0]),
2929
compressed: true,
3030
})
3131
).data.publicKey;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilnfi/sdk",
3-
"version": "4.2.19",
3+
"version": "4.2.20",
44
"autor": "Kiln <[email protected]> (https://kiln.fi)",
55
"license": "BUSL-1.1",
66
"description": "JavaScript sdk for Kiln API",

0 commit comments

Comments
 (0)