diff --git a/docs/flashbots-auction/quick-start.mdx b/docs/flashbots-auction/quick-start.mdx index 93e4cfc30..89195dd7b 100644 --- a/docs/flashbots-auction/quick-start.mdx +++ b/docs/flashbots-auction/quick-start.mdx @@ -55,7 +55,7 @@ Next, you need a means to communicate with the Flashbots network. The Flashbots ```ts -const ethers = require("ethers.js"); +const { ethers } = require("ethers"); const { FlashbotsBundleProvider, } = require("@flashbots/ethers-provider-bundle"); @@ -217,7 +217,7 @@ Now that we have a private key to identify ourselves with and a Flashbots provid ```js -const ethers = require("ethers.js"); +const { ethers } = require("ethers"); const { FlashbotsBundleProvider, } = require("@flashbots/ethers-provider-bundle");