From c85e698ee22afc73f53bf7675f753d9024f3ebe8 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Thu, 29 Mar 2018 10:00:35 -0600 Subject: [PATCH] BLD: [mktplace] switch to mainnet --- catalyst/constants.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/catalyst/constants.py b/catalyst/constants.py index e40680c7..85ee7de5 100644 --- a/catalyst/constants.py +++ b/catalyst/constants.py @@ -24,8 +24,7 @@ AUTO_INGEST = False AUTH_SERVER = 'https://data.enigma.co' -# TODO: switch to mainnet -ETH_REMOTE_NODE = 'https://rinkeby.infura.io/' +ETH_REMOTE_NODE = 'https://mainnet.infura.io' MARKETPLACE_CONTRACT = 'https://raw.githubusercontent.com/enigmampc/' \ 'catalyst/master/catalyst/marketplace/' \ @@ -35,7 +34,6 @@ MARKETPLACE_CONTRACT_ABI = 'https://raw.githubusercontent.com/enigmampc/' \ 'catalyst/master/catalyst/marketplace/' \ 'contract_marketplace_abi.json' -# TODO: switch to mainnet ENIGMA_CONTRACT = 'https://raw.githubusercontent.com/enigmampc/' \ 'catalyst/master/catalyst/marketplace/' \ 'contract_enigma_address.txt'