Cleanup contract-wrappers index.ts
This commit is contained in:
@@ -10,7 +10,6 @@ import {
|
||||
BlockRange,
|
||||
ContractWrappers,
|
||||
ContractWrappersError,
|
||||
DecodedLogEvent,
|
||||
WETH9ApprovalEventArgs,
|
||||
WETH9DepositEventArgs,
|
||||
WETH9Events,
|
||||
@@ -18,6 +17,8 @@ import {
|
||||
WETH9WithdrawalEventArgs,
|
||||
} from '../src';
|
||||
|
||||
import { DecodedLogEvent } from '../src/types';
|
||||
|
||||
import { chaiSetup } from './utils/chai_setup';
|
||||
import { constants } from './utils/constants';
|
||||
import { tokenUtils } from './utils/token_utils';
|
||||
|
Reference in New Issue
Block a user