flashbots-cli
Version:
Flashbots CLI tool.
5 lines (4 loc) • 327 B
TypeScript
import { JsonRpcProvider } from '@ethersproject/providers';
import { FlashbotsBundleProvider } from '@flashbots/ethers-provider-bundle';
export declare const getStandardProvider: () => JsonRpcProvider;
export declare const getFlashbotsProvider: (authSignerKeyOverride?: string | undefined) => Promise<FlashbotsBundleProvider>;