From 8ddab912b29039dfa667e6fc7dd1921edaf5ce3e Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 9 Jun 2017 18:05:21 +0200 Subject: Move MAX_DIGITS_IN_UNSIGNED_256_INT to constants --- src/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 5a5ba0e0a..fef0a91a0 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,4 +1,5 @@ export const constants = { NULL_ADDRESS: '0x0000000000000000000000000000000000000000', TESTRPC_NETWORK_ID: 50, + MAX_DIGITS_IN_UNSIGNED_256_INT: 78, }; -- cgit