diff --git a/docs/base-chain/flashblocks/app-integration.mdx b/docs/base-chain/flashblocks/app-integration.mdx index d7b417fe8..20ea39e1f 100644 --- a/docs/base-chain/flashblocks/app-integration.mdx +++ b/docs/base-chain/flashblocks/app-integration.mdx @@ -167,6 +167,8 @@ console.log(`Time difference: ${confirmTime - submissionTime}ms`); ### [Ethers](https://github.com/ethers-io/ethers.js) ```jsx +import { ethers } from "ethers"; + const providerA = new ethers.JsonRpcProvider( "https://sepolia.base.org" );