Skip to content

Commit

Permalink
Get Web3Provider type from web3
Browse files Browse the repository at this point in the history
Fixes issue trufflesuite#465
  • Loading branch information
fabioberger authored Jan 30, 2020
1 parent 9d50099 commit 4252bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare module "ganache-core" {
import { Provider as Web3Provider } from "web3/providers";
import { Provider as Web3Provider } from "web3";

namespace Ganache {
export interface IProviderOptions {
Expand Down

0 comments on commit 4252bee

Please sign in to comment.