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.
2 parents 9f7093b + 4f5e220 commit 7f23b9dCopy full SHA for 7f23b9d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cometh/connect-sdk-viem",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"description": "Viem SDK Cometh Connect",
src/customActions/sendTransaction.ts
@@ -33,8 +33,8 @@ export async function sendTransaction<
33
const result = await wallet.sendTransaction(
34
deepHexlify({
35
to: to,
36
- value: value || 0n,
37
- data: data || 0n
+ value: value || "0x00",
+ data: data || "0x00",
38
})
39
)
40
0 commit comments