Skip to content

Commit

Permalink
faster polling for local bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
frolic committed Nov 10, 2024
1 parent b0257a4 commit ac2cd2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/entrykit/src/getBundlerTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function getBundlerTransport(chain: Chain) {
chain,
transport: fallback([webSocket(), http()]),
account: privateKeyToAccount(generatePrivateKey()),
pollingInterval: 10,
}).extend(transactionQueue()),
})
: null;
Expand Down

0 comments on commit ac2cd2e

Please sign in to comment.