@0x:contracts-utils Added RichErrors to ReentrancyGuard

This commit is contained in:
James Towle
2019-07-08 23:27:09 -05:00
committed by Amir Bandeali
parent da38285046
commit f937a0b038
10 changed files with 94 additions and 39 deletions

View File

@@ -1,10 +1,4 @@
import {
addressUtils,
chaiSetup,
provider,
txDefaults,
web3Wrapper,
} from '@0x/contracts-test-utils';
import { addressUtils, chaiSetup, provider, txDefaults, web3Wrapper } from '@0x/contracts-test-utils';
import { BlockchainLifecycle } from '@0x/dev-utils';
import { BigNumber, LibAddressArrayRevertErrors } from '@0x/utils';
import * as chai from 'chai';