Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT

This commit is contained in:
Amir Bandeali
2018-05-29 11:22:57 -07:00
parent d625b65a09
commit 8f2fd9b603
8 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ before('migrate contracts', async function(): Promise<void> {
const mochaTestTimeoutMs = 20000;
this.timeout(mochaTestTimeoutMs);
const txDefaults = {
gas: devConstants.GAS_ESTIMATE,
gas: devConstants.GAS_LIMIT,
from: devConstants.TESTRPC_FIRST_ADDRESS,
};
const artifactsDir = `../migrations/artifacts/1.0.0`;