diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-06-10 02:19:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 02:19:40 +0800 |
commit | 56e0b95a6c52c69199f4177741571e361620ef64 (patch) | |
tree | 98ae29753b8733d4d4dc09809aef75236d8b8cc6 /src/utils | |
parent | 81e7264f0a55fa6bb4d6f11b70965609f1588506 (diff) | |
parent | 478125f3d4feccd3b8396773888d65798af8287f (diff) | |
download | dexon-sol-tools-56e0b95a6c52c69199f4177741571e361620ef64.tar dexon-sol-tools-56e0b95a6c52c69199f4177741571e361620ef64.tar.gz dexon-sol-tools-56e0b95a6c52c69199f4177741571e361620ef64.tar.bz2 dexon-sol-tools-56e0b95a6c52c69199f4177741571e361620ef64.tar.lz dexon-sol-tools-56e0b95a6c52c69199f4177741571e361620ef64.tar.xz dexon-sol-tools-56e0b95a6c52c69199f4177741571e361620ef64.tar.zst dexon-sol-tools-56e0b95a6c52c69199f4177741571e361620ef64.zip |
Merge branch 'master' into json-schema
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 1 |
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, }; |