From f2f39d9eb2822b71aa7c5cf6f3b2ef006a83ad03 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 25 May 2017 17:24:29 +0200 Subject: Port getOrderHash --- src/ts/utils/constants.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/ts/utils/constants.ts (limited to 'src/ts/utils') 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', +} -- cgit v1.2.3