Introduce publicFacingContracts config in all package.jsons, refactor all imports from src in contracts packages
This commit is contained in:
@@ -2,9 +2,11 @@ import { blockchainTests, constants, describe, expect } from '@0x/contracts-test
|
||||
import { BigNumber, SafeMathRevertErrors } from '@0x/utils';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { artifacts, TestLibSafeMathContract } from '../src';
|
||||
import * as ReferenceFunctions from '../src/reference_functions';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
import { TestLibSafeMathContract } from './wrappers';
|
||||
|
||||
function toBigNumber(a: number | string): BigNumber {
|
||||
return new BigNumber(a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user