Skip to content

Commit

Permalink
fix: Updated market creation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarrow committed Feb 2, 2024
1 parent 234cf76 commit bf0e88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perftest/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ func (w walletWrapper) NewMarket(offset int, user UserDetails) error {
"simple": map[string]interface{}{
"factorLong": "0.15",
"factorShort": "0.25",
"maxMoveUp": "10",
"minMoveDown": "-5",
"maxMoveUp": "1000",
"minMoveDown": "-1000",
"probabilityOfTrading": "0.1",
},
"liquiditySlaParameters": map[string]interface{}{
Expand Down

0 comments on commit bf0e88e

Please sign in to comment.