Add WETH9 tests

This commit is contained in:
Leonid Logvinov
2017-12-20 14:01:35 +01:00
parent b1f36a9024
commit d639a22cff
3 changed files with 58 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import * as _ from 'lodash';
import {InternalZeroExError, Token} from '../../src/types';
const PROTOCOL_TOKEN_SYMBOL = 'ZRX';
const WETH_TOKEN_SYMBOL = 'WETH';
const WETH_TOKEN_SYMBOL = 'WETH9';
export class TokenUtils {
private tokens: Token[];