Fix linter errors.

This commit is contained in:
Lawrence Forman 2019-05-06 15:10:26 -04:00 committed by Amir Bandeali
parent 6696a714f0
commit 25e2baaea7
2 changed files with 1 additions and 6 deletions

View File

@ -276,4 +276,4 @@
}
]
}
]
]

View File

@ -44,11 +44,6 @@ export class PromiseWithTransactionHash<T> implements PromiseLike<T> {
}
}
const REVERT_ERROR_SELECTOR = '08c379a0';
const REVERT_ERROR_SELECTOR_OFFSET = 2;
const REVERT_ERROR_SELECTOR_BYTES_LENGTH = 4;
const REVERT_ERROR_SELECTOR_END = REVERT_ERROR_SELECTOR_OFFSET + REVERT_ERROR_SELECTOR_BYTES_LENGTH * 2;
export class BaseContract {
protected _abiEncoderByFunctionSignature: AbiEncoderByFunctionSignature;
protected _web3Wrapper: Web3Wrapper;