aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-06-10 02:19:44 +0800
committerGitHub <noreply@github.com>2017-06-10 02:19:44 +0800
commit3c58f07e014ac8de09c6b83654b233d8927c45db (patch)
tree031732c6898e6b8a4376579e863dd34ad3427d39 /src/utils/constants.ts
parentf4c6097f2435affa0bef70778d22317a0979e365 (diff)
parent478125f3d4feccd3b8396773888d65798af8287f (diff)
downloaddexon-sol-tools-3c58f07e014ac8de09c6b83654b233d8927c45db.tar
dexon-sol-tools-3c58f07e014ac8de09c6b83654b233d8927c45db.tar.gz
dexon-sol-tools-3c58f07e014ac8de09c6b83654b233d8927c45db.tar.bz2
dexon-sol-tools-3c58f07e014ac8de09c6b83654b233d8927c45db.tar.lz
dexon-sol-tools-3c58f07e014ac8de09c6b83654b233d8927c45db.tar.xz
dexon-sol-tools-3c58f07e014ac8de09c6b83654b233d8927c45db.tar.zst
dexon-sol-tools-3c58f07e014ac8de09c6b83654b233d8927c45db.zip
Merge branch 'master' into subscribe-async-tests
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
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,
};