From 5889f4c74bf5dc8ac7a33c230cffcdf40271622e Mon Sep 17 00:00:00 2001 From: Isan-Rivkin Date: Sun, 4 Feb 2018 08:45:06 -0800 Subject: [PATCH] BLD: added smart contract addresses --- catalyst/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalyst/constants.py b/catalyst/constants.py index 94d2487c..fbc973cc 100644 --- a/catalyst/constants.py +++ b/catalyst/constants.py @@ -18,7 +18,7 @@ DATE_FORMAT = '%Y-%m-%d' AUTO_INGEST = False ''' -Marketplace and Enigma contract +Marketplace and Enigma contract current network: Ropsten ''' -ADDRESS_MARKETPLACE_CONTRACT = '0x7fAec9aaE31BE428DeAAE1be8195dF609079Fd10' -ADDRESS_ENIGMA_CONTRACT = '0x4fe3d3c2d8c0730d565789ddd3b63e53f342a482' \ No newline at end of file +ADDRESS_MARKETPLACE_CONTRACT = '0x4fe3d3c2d8c0730d565789ddd3b63e53f342a482' +ADDRESS_ENIGMA_CONTRACT = '0x7fAec9aaE31BE428DeAAE1be8195dF609079Fd10' \ No newline at end of file