Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT
This commit is contained in:
		@@ -11,7 +11,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`;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user