Skip to content

Commit 4ba9eb1

Browse files
committed
readme
1 parent e8606e7 commit 4ba9eb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ const vault: Integration = {
6060

6161
try {
6262
// Craft 32 ETH staking transaction
63-
const amountWei = k.eth.ethToWei('32');
6463
const tx = await k.eth.craftStakeTx(
6564
'kiln_account_id',
6665
'withdrawal_address',
67-
amountWei
66+
32
6867
);
6968

7069
// Sign it with your fireblock vault

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": "2.0.0",
3+
"version": "2.0.1",
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)