Skip to content

Commit

Permalink
Trying to clean up build
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 1, 2025
1 parent a9b4d6d commit da355ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestLoadFileConfig(t *testing.T) {

cfg := types.NewConfig()
chain := cfg.Chains["mainnet"]
chain.RPCs = []string{"http://localhost:8545", "http://localhost:8546"}
chain.RPCs = []string{"http://localhost:8545"}
cfg.Chains["mainnet"] = chain
bytes, _ := yamlv2.Marshal(cfg)
_ = coreFile.StringToAsciiFile(types.GetConfigFn(), string(bytes))
Expand Down

0 comments on commit da355ba

Please sign in to comment.