set mainnet as default network in .env and .env.jenkins

This commit is contained in:
Roman Volosovskyi 2018-04-04 11:10:22 +01:00
parent d9eca279d0
commit 8a7536df06
No known key found for this signature in database
GPG Key ID: 154EBFAC70C8CC3E
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -14,6 +14,6 @@ COMPILE_VIEWS_ENABLED=0
POW_TARGET=0.001
POW_TIME=1
MIXPANEL_TOKEN=3f2e1a8970f159aa2a3d5dc5d65eab38
DEFAULT_NETWORK=testnet_rpc
DEFAULT_NETWORK=mainnet_rpc
TESTFAIRY_TOKEN=969f6c921cb435cea1d41d1ea3f5b247d6026d55
INSTABUG_TOKEN=758630ed52864cbad9c5eeeac596c60c

View File

@ -15,5 +15,5 @@ MIXPANEL_TOKEN=3f2e1a8970f159aa2a3d5dc5d65eab38
TESTFAIRY_TOKEN=969f6c921cb435cea1d41d1ea3f5b247d6026d55
POW_TARGET=0.001
POW_TIME=1
DEFAULT_NETWORK=testnet_rpc
DEFAULT_NETWORK=mainnet_rpc
INSTABUG_TOKEN=758630ed52864cbad9c5eeeac596c60c