Merge branch 'development' into feature/passNetworkId

This commit is contained in:
Leonid
2017-11-27 15:53:21 -06:00
committed by GitHub
316 changed files with 26300 additions and 144 deletions

View File

@@ -760,7 +760,7 @@ describe('ExchangeWrapper', () => {
const fillableAmount = new BigNumber(5);
const shouldThrowOnInsufficientBalanceOrAllowance = true;
const subscriptionOpts: SubscriptionOpts = {
fromBlock: BlockParamLiteral.Earliest,
fromBlock: 0,
toBlock: BlockParamLiteral.Latest,
};
let txHash: string;