From 1e4af12e3daa4222a93338f0feed67f136c8aae6 Mon Sep 17 00:00:00 2001 From: Frederic Fortier Date: Wed, 10 Jan 2018 13:31:08 -0500 Subject: [PATCH] BLD: improved smart contract and catalyst commands --- catalyst/marketplace/marketplace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/marketplace/marketplace.py b/catalyst/marketplace/marketplace.py index 9de33328..e8288037 100644 --- a/catalyst/marketplace/marketplace.py +++ b/catalyst/marketplace/marketplace.py @@ -12,7 +12,7 @@ CONTRACT_PATH = os.path.join( ROOT_DIR, '..', 'marketplace', 'build', 'contracts', 'Marketplace.json' ) CONTRACT_ADDRESS = Web3.toChecksumAddress( - '0xd8672a4a1bf37d36bef74e36edb4f17845e76f4e' + '0xaa862ddac09f6736a61e1124040fd883a6533c19' )