Skip to content

Commit

Permalink
Decrease the default O's Ticket EV to 8000000000. (livepeer#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored and eliteprox committed Feb 21, 2024
1 parent 132d9b5 commit 0176c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/starter/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func DefaultLivepeerConfig() LivepeerConfig {
defaultMaxGasPrice := 0
defaultEthController := ""
defaultInitializeRound := false
defaultTicketEV := "1000000000000"
defaultTicketEV := "8000000000"
defaultMaxFaceValue := "0"
defaultMaxTicketEV := "3000000000000"
defaultMaxTotalEV := "20000000000000"
Expand Down

0 comments on commit 0176c21

Please sign in to comment.