[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 } from '@0x/contracts-test-utils';
import { expect } from 'chai';
import 'mocha';
import { getIntegratorByIdOrThrow, getIntegratorIdForApiKey } from '../src/config';