aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils/constants.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-05-03 00:42:59 +0800
committerGitHub <noreply@github.com>2018-05-03 00:42:59 +0800
commita054b485d01d5003d47e7959a4fe1e1c0a6dc6a0 (patch)
tree7f7e45f54cdd8fc2830621cbb4f89093bef8cbf4 /packages/0x.js/src/utils/constants.ts
parentf08738e13379ea86a33ad9be9f7579e637e69acb (diff)
parent3585326d7eb82ae730752d1956876b22f7638fa6 (diff)
downloaddexon-0x-contracts-a054b485d01d5003d47e7959a4fe1e1c0a6dc6a0.tar
dexon-0x-contracts-a054b485d01d5003d47e7959a4fe1e1c0a6dc6a0.tar.gz
dexon-0x-contracts-a054b485d01d5003d47e7959a4fe1e1c0a6dc6a0.tar.bz2
dexon-0x-contracts-a054b485d01d5003d47e7959a4fe1e1c0a6dc6a0.tar.lz
dexon-0x-contracts-a054b485d01d5003d47e7959a4fe1e1c0a6dc6a0.tar.xz
dexon-0x-contracts-a054b485d01d5003d47e7959a4fe1e1c0a6dc6a0.tar.zst
dexon-0x-contracts-a054b485d01d5003d47e7959a4fe1e1c0a6dc6a0.zip
Merge pull request #559 from 0xProject/feature/order-utils
Move order utils to @0xproject/order-utils
Diffstat (limited to 'packages/0x.js/src/utils/constants.ts')
-rw-r--r--packages/0x.js/src/utils/constants.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/0x.js/src/utils/constants.ts b/packages/0x.js/src/utils/constants.ts
index 06beec8e2..07da6745d 100644
--- a/packages/0x.js/src/utils/constants.ts
+++ b/packages/0x.js/src/utils/constants.ts
@@ -3,7 +3,6 @@ import { BigNumber } from '@0xproject/utils';
export const constants = {
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
TESTRPC_NETWORK_ID: 50,
- MAX_DIGITS_IN_UNSIGNED_256_INT: 78,
INVALID_JUMP_PATTERN: 'invalid JUMP at',
OUT_OF_GAS_PATTERN: 'out of gas',
INVALID_TAKER_FORMAT: 'instance.taker is not of a type(s) string',