aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-watcher/test/utils/constants.ts')
-rw-r--r--packages/order-watcher/test/utils/constants.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/order-watcher/test/utils/constants.ts b/packages/order-watcher/test/utils/constants.ts
new file mode 100644
index 000000000..78037647c
--- /dev/null
+++ b/packages/order-watcher/test/utils/constants.ts
@@ -0,0 +1,5 @@
+export const constants = {
+ NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
+ TESTRPC_NETWORK_ID: 50,
+ ZRX_DECIMALS: 18,
+};