Skip to content

Commit

Permalink
Merge pull request #337 from vegaprotocol/update-decimal-places-for-p…
Browse files Browse the repository at this point in the history
…erftest-markets

Update market+position decimal places to match predefined asset …
  • Loading branch information
peterbarrow authored Mar 27, 2024
2 parents acfe284 + 1d10f58 commit 910fead
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 @@ -129,8 +129,8 @@ func (w walletWrapper) NewMarket(offset int, user UserDetails) error {
},
"linearSlippageFactor": "0.001",
"quadraticSlippageFactor": "0.0",
"decimalPlaces": "5",
"positionDecimalPlaces": "5",
"decimalPlaces": "2",
"positionDecimalPlaces": "2",
"instrument": map[string]interface{}{
"code": "CRYPTO:BTCUSD/NOV22",
"name": marketName,
Expand Down

0 comments on commit 910fead

Please sign in to comment.