We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31643e3 commit 8505c81Copy full SHA for 8505c81
validator-cli/src/watcherDevnet.ts
@@ -24,7 +24,7 @@ const watch = async () => {
24
25
// Flashbots provider requires passing in a standard provider
26
const flashbotsProvider = await FlashbotsBundleProvider.create(
27
- providerEth, // a normal ethers.js provider, to perform gas estimiations and nonce lookups
+ providerEth, // a normal ethers.js provider, to perform gas estimations and nonce lookups
28
authSigner, // ethers.js signer wallet, only for signing request payloads, not transactions
29
"https://relay-sepolia.flashbots.net/",
30
"sepolia"
0 commit comments