Fix weth tests

This commit is contained in:
Amir Bandeali 2019-08-20 19:25:59 -07:00
parent 2b1e0be4fc
commit f41a29ce55

View File

@ -20,7 +20,7 @@ const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
describe('EtherToken', () => { describe('EtherToken', () => {
let account: string; let account: string;
const gasPrice = Web3Wrapper.toBaseUnitAmount(new BigNumber(20), 9); const gasPrice = new BigNumber(constants.DEFAULT_GAS_PRICE);
let etherToken: WETH9Contract; let etherToken: WETH9Contract;
before(async () => { before(async () => {