UNPKG

@0xproject/dev-utils

Version:
13 lines 466 B
/// <reference types="web3-provider-engine" /> import { Web3ProviderEngine } from '@0xproject/subproviders'; export interface Web3Config { hasAddresses?: boolean; shouldUseInProcessGanache?: boolean; shouldThrowErrorsOnGanacheRPCResponse?: boolean; rpcUrl?: string; shouldUseFakeGasEstimate?: boolean; } export declare const web3Factory: { getRpcProvider(config?: Web3Config): Web3ProviderEngine; }; //# sourceMappingURL=web3_factory.d.ts.map