Skip to content

Commit

Permalink
use const
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Dec 19, 2024
1 parent 24c1544 commit 1ee342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export async function bundlerHandler(args_: IOptionsInput): Promise<void> {
)
})

let walletClient = createWalletClient({
const walletClient = createWalletClient({
transport: args.sendTransactionRpcUrl
? fallback(
[
Expand Down

0 comments on commit 1ee342c

Please sign in to comment.