Skip to content

Commit a730794

Browse files
committed
JSON stringify sendTx
1 parent cbd8bf8 commit a730794

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.yarn/releases/yarn-3.2.1.cjs

100644100755
File mode changed.

packages/snapper/src/snap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const sendTx = async (chain_id: string, tx: Uint8Array, snapId = DEFAULT_
255255
method: 'sendTx',
256256
params: {
257257
chain_id,
258-
tx,
258+
tx: JSON.stringify(tx),
259259
}
260260
},
261261
},

0 commit comments

Comments
 (0)