rename ERC20Contract to TokenContract
This commit is contained in:
@@ -30,7 +30,7 @@ export interface ExchangeContract {
|
||||
isValidSignature: any;
|
||||
}
|
||||
|
||||
export interface ERC20Contract {
|
||||
export interface TokenContract {
|
||||
balanceOf: {
|
||||
call: (address: string) => Promise<BigNumber.BigNumber>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user