bump build
This commit is contained in:
parent
0f202148b6
commit
3cebfe6ba1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class HavenoProcess extends AbstractLinuxProcess implements LinuxProcess
|
|||
public HavenoProcess(HavenoAppConfig havenoAppConfig, ApiTestConfig config) {
|
||||
super(havenoAppConfig.appName, config);
|
||||
this.havenoAppConfig = havenoAppConfig;
|
||||
this.baseCurrencyNetwork = "XMR_STAGENET";
|
||||
this.baseCurrencyNetwork = "XMR_MAINNET";
|
||||
this.genesisTxId = "30af0050040befd8af25068cc697e418e09c2d8ebd8d411d2240591b9ec203cf";
|
||||
this.genesisBlockHeight = 111;
|
||||
this.seedNodes = "localhost:2002";
|
||||
|
|
Loading…
Reference in a new issue