Add entries to the CHANGELOG
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.33.0 - _TBD, 2018_
|
||||
|
||||
* Improve validation to force passing contract addresses on private networks (#385)
|
||||
|
||||
## v0.32.2 - _February 9, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
@@ -16,6 +16,8 @@ export {
|
||||
ContractEventArgs,
|
||||
Web3Provider,
|
||||
ZeroExConfig,
|
||||
ZeroExPublicNetworkConfig,
|
||||
ZeroExPrivateNetworkConfig,
|
||||
MethodOpts,
|
||||
OrderTransactionOpts,
|
||||
TransactionOpts,
|
||||
|
@@ -9,10 +9,6 @@ import { ExchangeContractEventArgs, ExchangeEvents } from './contract_wrappers/g
|
||||
import { TokenContractEventArgs, TokenEvents } from './contract_wrappers/generated/token';
|
||||
|
||||
export enum ZeroExError {
|
||||
ZRXAddressRequired = 'ZRX_ADDREESS_REQUIRED',
|
||||
ExchangeAddressRequired = 'EXCHANGE_ADDREESS_REQUIRED',
|
||||
TokenRegistryAddressRequired = 'TOKEN_REGISTRY_ADDREESS_REQUIRED',
|
||||
TokenTransferProxyAddressRequired = 'TOKEN_TRANSFER_PROXY_ADDREESS_REQUIRED',
|
||||
ExchangeContractDoesNotExist = 'EXCHANGE_CONTRACT_DOES_NOT_EXIST',
|
||||
ZRXContractDoesNotExist = 'ZRX_CONTRACT_DOES_NOT_EXIST',
|
||||
EtherTokenContractDoesNotExist = 'ETHER_TOKEN_CONTRACT_DOES_NOT_EXIST',
|
||||
|
Reference in New Issue
Block a user