We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8606e7 commit 4ba9eb1Copy full SHA for 4ba9eb1
README.md
@@ -60,11 +60,10 @@ const vault: Integration = {
60
61
try {
62
// Craft 32 ETH staking transaction
63
- const amountWei = k.eth.ethToWei('32');
64
const tx = await k.eth.craftStakeTx(
65
'kiln_account_id',
66
'withdrawal_address',
67
- amountWei
+ 32
68
);
69
70
// Sign it with your fireblock vault
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kilnfi/sdk",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"autor": "Kiln <[email protected]> (https://kiln.fi)",
5
"license": "BUSL-1.1",
6
"description": "JavaScript sdk for Kiln API",
0 commit comments