Use Geth for contract tests
This commit is contained in:
@@ -28,7 +28,7 @@ export const web3Factory = {
|
||||
if (!hasAddresses) {
|
||||
provider.addProvider(new EmptyWalletSubprovider());
|
||||
}
|
||||
provider.addProvider(new FakeGasEstimateSubprovider(constants.GAS_LIMIT));
|
||||
// provider.addProvider(new FakeGasEstimateSubprovider(constants.GAS_LIMIT));
|
||||
const logger = {
|
||||
log: (arg: any) => {
|
||||
fs.appendFileSync('ganache.log', `${arg}\n`);
|
||||
|
Reference in New Issue
Block a user