Skip to content

Commit fc70f94

Browse files
authored
Add log for provider.connection.url (#330)
1 parent 4315592 commit fc70f94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/worker/tasks/processTx.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ export const processTx = async () => {
214214
});
215215
const signature = await signer.signTransaction(txRequest);
216216

217+
logger.worker.info(
218+
`[Transaction] [${tx.queueId}] Sending transaction to ${provider.connection.url}`,
219+
);
217220
const res = await fetch(provider.connection.url, {
218221
method: "POST",
219222
headers: {

0 commit comments

Comments
 (0)