[api] Remove most deps on @0x/contracts-test-utils (#398)

This commit is contained in:
David Walsh
2023-04-07 18:57:16 -06:00
committed by GitHub
parent 0e786245ba
commit fbec8d2281
33 changed files with 211 additions and 94 deletions

View File

@@ -1,4 +1,4 @@
import { expect, randomAddress } from '@0x/contracts-test-utils';
import { expect } from 'chai';
import { BigNumber } from '@0x/utils';
import 'mocha';
@@ -8,6 +8,7 @@ import { serviceUtils } from '../src/utils/service_utils';
import { AFFILIATE_DATA_SELECTOR } from './constants';
import { randomSellQuote } from './utils/mocks';
import { randomAddress } from './utils/random';
const SUITE_NAME = 'serviceUtils';