Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
This commit is contained in:
11
packages/0x.js/src/utils/constants.ts
Normal file
11
packages/0x.js/src/utils/constants.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import BigNumber from 'bignumber.js';
|
||||
|
||||
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',
|
||||
UNLIMITED_ALLOWANCE_IN_BASE_UNITS: new BigNumber(2).pow(256).minus(1),
|
||||
DEFAULT_BLOCK_POLLING_INTERVAL: 1000,
|
||||
};
|
||||
Reference in New Issue
Block a user