Refactor contracts-* exports so none in test dir so npmignore works as intended
This commit is contained in:
@@ -13,7 +13,7 @@ import { RevertReason } from '@0x/types';
|
||||
import { AuthorizableRevertErrors, BigNumber, SafeMathRevertErrors } from '@0x/utils';
|
||||
import { TransactionReceiptWithDecodedLogs } from 'ethereum-types';
|
||||
|
||||
import { constants as stakingConstants } from '../utils/constants';
|
||||
import { constants as stakingConstants } from '.../src/constants';
|
||||
|
||||
import { artifacts } from '../artifacts';
|
||||
import {
|
||||
|
Reference in New Issue
Block a user