diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-07 18:40:58 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-07 18:40:58 +0800 |
commit | 918315e89f3408124d2e78bbd1acb58ed42d1766 (patch) | |
tree | 40a6066c47e3643afd4f5fabde9fe7f260ea6f5a /src/utils/constants.ts | |
parent | 8ec3bec5b3de726fbf2cc828e179ac2ed1029d9f (diff) | |
download | dexon-sol-tools-918315e89f3408124d2e78bbd1acb58ed42d1766.tar dexon-sol-tools-918315e89f3408124d2e78bbd1acb58ed42d1766.tar.gz dexon-sol-tools-918315e89f3408124d2e78bbd1acb58ed42d1766.tar.bz2 dexon-sol-tools-918315e89f3408124d2e78bbd1acb58ed42d1766.tar.lz dexon-sol-tools-918315e89f3408124d2e78bbd1acb58ed42d1766.tar.xz dexon-sol-tools-918315e89f3408124d2e78bbd1acb58ed42d1766.tar.zst dexon-sol-tools-918315e89f3408124d2e78bbd1acb58ed42d1766.zip |
Implement fillOrKill & tests
Diffstat (limited to 'src/utils/constants.ts')
-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..ebc8586f3 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, + INVALID_JUMP_IDENTIFIER: 'invalid JUMP at', }; |