File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { firebaseConfig } from './firebase-web-beta';
44const  extSyncBaseUrl  =  'https://fire.moonlet.dev/functions/extensionSync' ; 
55
66export  const  CONFIG_BETA : IAppConfig  =  { 
7-     //  walletApiBaseUrl: 'https://api.moonlet.dev',
8-     walletApiBaseUrl : 'http://127.0.0.1:8080' , 
7+     walletApiBaseUrl : 'https://api.moonlet.dev' , 
8+     //  walletApiBaseUrl: 'http://127.0.0.1:8080',
99
1010    supportUrl : 'https://fire.moonlet.dev/static/support/webview.html' , 
1111    env : process . env . MOONLET_SOME_KEY , 
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Object {
6666        " symbol" " KKZ"  
6767      }, 
6868      " PORT" Object  { 
69-         " active" true , 
69+         " active" false , 
7070        " balance" Object  { 
7171          " available" " 0"  
7272          " detailed" Object  {}, 
@@ -192,7 +192,7 @@ Object {
192192        " symbol" " ZLP"  
193193      }, 
194194      " ZWAP" Object  { 
195-         " active" true , 
195+         " active" false , 
196196        " balance" Object  { 
197197          " available" " 0"  
198198          " detailed" Object  {}, 
Original file line number Diff line number Diff line change @@ -140,16 +140,16 @@ export const config: IBlockchainConfig = {
140140    autoAddedTokensSymbols : { 
141141        '1' : { 
142142            gZIL : GZIL_MAINNET , 
143-             XSGD : XSGD_MAINNET , 
144-             PORT : PORT_MAINNET , 
145-             ZWAP : ZWAP_MAINNET 
143+             XSGD : XSGD_MAINNET 
146144        } , 
147145        '333' : { 
148146            gZIL : GZIL_TESTNET 
149147        } 
150148    } , 
151149    autoAddedHiddenTokensSymbols : { 
152150        '1' : { 
151+             PORT : PORT_MAINNET , 
152+             ZWAP : ZWAP_MAINNET , 
153153            ZLP : ZLP_MAINNET , 
154154            BARTER : BARTER_MAINNET , 
155155            BOLT : BOLT_MAINNET , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments