REF: glidera livenet network by default

This commit is contained in:
Gabriel Bazán 2018-01-12 11:20:49 -03:00
parent db92baadbd
commit d3fa65a11b
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ export class GlideraProvider {
* Development: 'testnet' * Development: 'testnet'
* Production: 'livenet' * Production: 'livenet'
*/ */
//this.credentials.NETWORK = 'livenet'; this.credentials.NETWORK = 'livenet';
this.credentials.NETWORK = 'testnet'; //this.credentials.NETWORK = 'testnet';
if (this.credentials.NETWORK == 'testnet') { if (this.credentials.NETWORK == 'testnet') {
this.credentials.HOST = glidera.sandbox.host; this.credentials.HOST = glidera.sandbox.host;