Skip to content

Commit

Permalink
Fix: testnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 11, 2023
1 parent 3f93199 commit a40be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func LoadDefaultConfig() (Config, error) {
EnvironmentProd: "production.yml",
EnvironmentBox: "sandbox.yml",
EnvironmentDev: "../../configs/development.yml",
EnvironmentTestnets: "../../configs/testnets.yml",
EnvironmentTestnets: "testnets.yml",
}

env := os.Getenv(EnvironmentVar)
Expand Down

0 comments on commit a40be4f

Please sign in to comment.