Special-case ZRXToken snake case conversion
This commit is contained in:
committed by
Amir Bandeali
parent
fcbe24a126
commit
b61852b1f5
@@ -5,4 +5,4 @@ multi_sig_wallet_with_time_lock.ts
|
||||
multi_sig_wallet.ts
|
||||
token_registry.ts
|
||||
token_transfer_proxy.ts
|
||||
z_r_x_token.ts
|
||||
zrx_token.ts
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Web3Wrapper } from '@0xproject/web3-wrapper';
|
||||
import * as chai from 'chai';
|
||||
import * as Web3 from 'web3';
|
||||
|
||||
import { ZRXTokenContract } from '../src/contract_wrappers/generated/z_r_x_token';
|
||||
import { ZRXTokenContract } from '../src/contract_wrappers/generated/zrx_token';
|
||||
import { constants } from '../util/constants';
|
||||
import { ContractName } from '../util/types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user