change network to production
This commit is contained in:
parent
6c6bab52c4
commit
a08f4d32cd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ angular.module('copayApp.services').factory('glideraService', function($http, $l
|
|||
* Development: 'testnet'
|
||||
* Production: 'livenet'
|
||||
*/
|
||||
credentials.NETWORK = 'testnet';
|
||||
credentials.NETWORK = 'livenet';
|
||||
|
||||
if (credentials.NETWORK == 'testnet') {
|
||||
credentials.HOST = glidera.sandbox.host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue