Skip to content

Commit

Permalink
Merge pull request #334 from vegaprotocol/333-update-perftest-market-…
Browse files Browse the repository at this point in the history
…creation

Updated market creation
  • Loading branch information
peterbarrow authored Feb 2, 2024
2 parents 234cf76 + bf0e88e commit a247ba3
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 a247ba3

Please sign in to comment.