Skip to content

Commit ecb7dff

Browse files
authored
Update near create tx fb (#252)
* update near create tx fb add payload * bump version
1 parent 8d73cea commit ecb7dff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.21",
3+
"version": "4.2.22",
44
"autor": "Kiln <[email protected]> (https://kiln.fi)",
55
"license": "BUSL-1.1",
66
"description": "JavaScript sdk for Kiln API",

src/fireblocks.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,10 @@ export class FireblocksService {
14591459
messages: [
14601460
{
14611461
content: tx.unsigned_tx_hash,
1462+
preHash: {
1463+
content: tx.unsigned_tx_serialized,
1464+
hashAlgorithm: 'SHA256',
1465+
},
14621466
},
14631467
],
14641468
},

0 commit comments

Comments
 (0)