Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/flashbots-auction/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Next, you need a means to communicate with the Flashbots network. The Flashbots
<TabItem value="ethers.js">

```ts
const ethers = require("ethers.js");
const { ethers } = require("ethers");
const {
FlashbotsBundleProvider,
} = require("@flashbots/ethers-provider-bundle");
Expand Down Expand Up @@ -217,7 +217,7 @@ Now that we have a private key to identify ourselves with and a Flashbots provid
<TabItem value="ethers.js">

```js
const ethers = require("ethers.js");
const { ethers } = require("ethers");
const {
FlashbotsBundleProvider,
} = require("@flashbots/ethers-provider-bundle");
Expand Down