New logic for makers joining pools

This commit is contained in:
Michael Zhu
2019-09-06 16:05:32 -07:00
committed by Greg Hysen
parent 24af39d4a8
commit 86a28f0d19
37 changed files with 470 additions and 1033 deletions

View File

@@ -12,6 +12,7 @@ declare module 'ganache-core' {
gasLimit?: number;
vmErrorsOnRPCResponse?: boolean;
db_path?: string;
total_accounts?: number;
}
export function provider(opts: GanacheOpts): EthereumTypes.Provider;
}