Skip to content

Commit

Permalink
BLD: [mktplace] switch to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
lacabra committed Mar 29, 2018
1 parent 423e30d commit c85e698
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions catalyst/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

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/' \
Expand All @@ -35,7 +34,6 @@
'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'
Expand Down

0 comments on commit c85e698

Please sign in to comment.