aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/utils/constants.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-05-26 18:41:51 +0800
committerGitHub <noreply@github.com>2017-05-26 18:41:51 +0800
commitf338c68f126cba0f1b49c2928f276158b64d8ee7 (patch)
tree2d90199df90974be6a596eace3503281889c29f4 /src/ts/utils/constants.ts
parentf7b8378a6eb4b4c6c3461ff677723869c67a4753 (diff)
parent3195741ebcfc95f4622aebcdc23fc5b8630efe39 (diff)
downloaddexon-sol-tools-f338c68f126cba0f1b49c2928f276158b64d8ee7.tar
dexon-sol-tools-f338c68f126cba0f1b49c2928f276158b64d8ee7.tar.gz
dexon-sol-tools-f338c68f126cba0f1b49c2928f276158b64d8ee7.tar.bz2
dexon-sol-tools-f338c68f126cba0f1b49c2928f276158b64d8ee7.tar.lz
dexon-sol-tools-f338c68f126cba0f1b49c2928f276158b64d8ee7.tar.xz
dexon-sol-tools-f338c68f126cba0f1b49c2928f276158b64d8ee7.tar.zst
dexon-sol-tools-f338c68f126cba0f1b49c2928f276158b64d8ee7.zip
Merge pull request #13 from 0xProject/getOrderHash
Port getOrderHash and write tests for it
Diffstat (limited to 'src/ts/utils/constants.ts')
-rw-r--r--src/ts/utils/constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ts/utils/constants.ts b/src/ts/utils/constants.ts
new file mode 100644
index 000000000..60af7b674
--- /dev/null
+++ b/src/ts/utils/constants.ts
@@ -0,0 +1,3 @@
+export const constants = {
+ NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
+}