Skip to content

Commit

Permalink
update to new production solver and mediator
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Feb 28, 2024
1 parent 40165b3 commit 94ccd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/options/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

func GetDefaultServicesOptions() data.ServiceConfig {
return data.ServiceConfig{
Solver: GetDefaultServeOptionString("SERVICE_SOLVER", "0xd4646ef9f7336b06841db3019b617ceadf435316"),
Mediator: GetDefaultServeOptionStringArray("SERVICE_MEDIATORS", []string{"0x2d83ced7562e406151bd49c749654429907543b4"}),
Solver: GetDefaultServeOptionString("SERVICE_SOLVER", "0xa583b4b8a68117b4cf5226bddab8a3ab21b1041b"),
Mediator: GetDefaultServeOptionStringArray("SERVICE_MEDIATORS", []string{"0x75a6d43f48808fdda39380a8a92ad9c046fa1326"}),
}
}

Expand Down

0 comments on commit 94ccd12

Please sign in to comment.