Skip to content

Commit 8505c81

Browse files
committed
docs: typo
1 parent 31643e3 commit 8505c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator-cli/src/watcherDevnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const watch = async () => {
2424

2525
// Flashbots provider requires passing in a standard provider
2626
const flashbotsProvider = await FlashbotsBundleProvider.create(
27-
providerEth, // a normal ethers.js provider, to perform gas estimiations and nonce lookups
27+
providerEth, // a normal ethers.js provider, to perform gas estimations and nonce lookups
2828
authSigner, // ethers.js signer wallet, only for signing request payloads, not transactions
2929
"https://relay-sepolia.flashbots.net/",
3030
"sepolia"

0 commit comments

Comments
 (0)