diff options
-rw-r--r-- | src/utils/exchange_transfer_simulator.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts index 6d5f797bd..86682f39e 100644 --- a/src/utils/exchange_transfer_simulator.ts +++ b/src/utils/exchange_transfer_simulator.ts @@ -4,7 +4,7 @@ import {TokenWrapper} from '../contract_wrappers/token_wrapper'; enum FailureReason { Balance = 'balance', - ProxyAllowance = 'proxy allowance', + ProxyAllowance = 'proxyAllowance', } const ERR_MSG_MAPPING = { |