Skip to content

Commit f4cf098

Browse files
zxqxtaylorjdawson
andauthored
1.29.0-0.5.6: [fix] keepkey eth sign transaction issue (#624)
* fix: keepkey eth sign transaction issue * Version bump Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
1 parent 96572c7 commit f4cf098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "bnc-onboard",
3-
"version": "1.29.0-0.5.5",
3+
"version": "1.29.0-0.5.6",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

src/modules/select/wallets/keepkey/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ async function createKeepKeyProvider({
385385
gasPrice,
386386
gasLimit: gas,
387387
to,
388-
value: value || '',
388+
value: value || '0x0',
389389
data: data || '',
390390
chainId: networkId
391391
})

0 commit comments

Comments
 (0)