fix(spiff-workflow)_: use shards.test fleet by default
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8c940bcfb0
commit
2e0773d793
|
@ -287,7 +287,7 @@ func defaultNodeConfig(installationID string) (*params.NodeConfig, error) {
|
||||||
|
|
||||||
nodeConfig.Name = "StatusIM"
|
nodeConfig.Name = "StatusIM"
|
||||||
nodeConfig.Rendezvous = false
|
nodeConfig.Rendezvous = false
|
||||||
clusterConfig, err := params.LoadClusterConfigFromFleet("eth.prod")
|
clusterConfig, err := params.LoadClusterConfigFromFleet("shards.test")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue