Skip to content

Commit

Permalink
⛩ Export MockProvider options (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Mar 25, 2022
1 parent 76250d6 commit 7f8a08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waffle-provider/src/MockProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {injectRevertString} from './revertString';

export {RecordedCall};

interface MockProviderOptions {
export interface MockProviderOptions {
ganacheOptions: EthereumProviderOptions;
}

Expand Down

0 comments on commit 7f8a08e

Please sign in to comment.