File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ try {
3939 // Sign and broadcast using Fireblocks raw signing and Kiln Connect to broadcast
4040 console . log ( 'signing...' ) ;
4141 const signResponse = await k . fireblocks . signEthTx ( vault , tx . data . data , "ETH_TEST6" ) ;
42- // console.log('broadcasting...');
43- // const broadcastedTx = await k.client.POST("/v1/eth/transaction/broadcast", {
44- // body: {
45- // tx_serialized: signResponse.signed_tx.data.signed_tx_serialized,
46- // }
47- // });
48- // console.log(broadcastedTx);
42+ console . log ( 'broadcasting...' ) ;
43+ const broadcastedTx = await k . client . POST ( "/v1/eth/transaction/broadcast" , {
44+ body : {
45+ tx_serialized : signResponse . signed_tx . data . signed_tx_serialized ,
46+ }
47+ } ) ;
48+ console . log ( broadcastedTx ) ;
4949
5050} catch ( err ) {
5151 console . log ( err ) ;
You can’t perform that action at this time.
0 commit comments