File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,14 @@ whitespace += $(whitespace)
4545comma  := ,
4646build_tags_comma_sep  := $(subst  $(whitespace ) ,$(comma ) ,$(build_tags ) ) 
4747
48+ network  := Testnet
49+ 
4850#  process linker flags
4951
5052ldflags  = -X github.com/cosmos/cosmos-sdk/version.Name=ki-tools \ 
5153		  -X github.com/cosmos/cosmos-sdk/version.ServerName=kid \ 
5254		  -X github.com/cosmos/cosmos-sdk/version.ClientName=kicli \ 
53- 		  -X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION )  \ 
55+ 		  -X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION ) - $( network ) \ 
5456		  -X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT )  \ 
5557		  -X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(build_tags_comma_sep ) "
5658
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ const appName = "GaiaApp"
3434
3535var  (
3636	// default home directories for kicli 
37- 	DefaultCLIHome  =  os .ExpandEnv ("$HOME/.kicli " )
37+ 	DefaultCLIHome  =  os .ExpandEnv ("$HOME/.tkicli " )
3838
3939	// default home directories for kid 
40- 	DefaultNodeHome  =  os .ExpandEnv ("$HOME/.kid " )
40+ 	DefaultNodeHome  =  os .ExpandEnv ("$HOME/.tkid " )
4141
4242	// The module BasicManager is in charge of setting up basic, 
4343	// non-dependant module elements, such as codec registration 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments