fix(spiff-workflow)_: use shards.test fleet by default

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-17 16:16:36 +02:00
parent 8c940bcfb0
commit 2e0773d793
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ func defaultNodeConfig(installationID string) (*params.NodeConfig, error) {
nodeConfig.Name = "StatusIM"
nodeConfig.Rendezvous = false
clusterConfig, err := params.LoadClusterConfigFromFleet("eth.prod")
clusterConfig, err := params.LoadClusterConfigFromFleet("shards.test")
if err != nil {
return nil, err
}