From ee93b16558d9bda15f82e52e8fcf2d83f8ea107f Mon Sep 17 00:00:00 2001 From: Isan-Rivkin Date: Sun, 4 Feb 2018 08:42:42 -0800 Subject: [PATCH] BLD:Solidity contract addressed added to constants --- catalyst/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/catalyst/constants.py b/catalyst/constants.py index c4111fdd..94d2487c 100644 --- a/catalyst/constants.py +++ b/catalyst/constants.py @@ -16,3 +16,9 @@ DATE_TIME_FORMAT = '%Y-%m-%d %H:%M' DATE_FORMAT = '%Y-%m-%d' AUTO_INGEST = False + +''' +Marketplace and Enigma contract +''' +ADDRESS_MARKETPLACE_CONTRACT = '0x7fAec9aaE31BE428DeAAE1be8195dF609079Fd10' +ADDRESS_ENIGMA_CONTRACT = '0x4fe3d3c2d8c0730d565789ddd3b63e53f342a482' \ No newline at end of file