Skip to content

Commit

Permalink
chore: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Sep 11, 2024
1 parent f152b22 commit 3cc864e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export async function bundlerHandler(args: IOptionsInput): Promise<void> {
account: parsedArgs["utility-private-key"]
})

console.log("DOexecute: 444")
const deployHash = await walletClient.deployContract({
chain,
abi: [],
Expand Down
1 change: 1 addition & 0 deletions src/executor/senderManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class SenderManager {
for (const [address, missingBalance] of Object.entries(
balancesMissing
)) {
console.log("DOexecute: 555")
const tx = await walletClient.sendTransaction({
account: this.utilityAccount,
// @ts-ignore
Expand Down
1 change: 1 addition & 0 deletions src/executor/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ export async function flushStuckTransaction(
nonceToFlush++
) {
try {
console.log("DOexecute: 333")
const txHash = await walletClient.sendTransaction({
account: wallet,
to: wallet.address,
Expand Down

0 comments on commit 3cc864e

Please sign in to comment.