Skip to content

Commit

Permalink
Merge pull request #336 from vegaprotocol/add-ticksize-to-market-prop…
Browse files Browse the repository at this point in the history
…osal

Add tick size to market proposal
  • Loading branch information
peterbarrow authored Feb 29, 2024
2 parents a247ba3 + f6a5f48 commit acfe284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perftest/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func (w walletWrapper) NewMarket(offset int, user UserDetails) error {
"enactmentTimestamp": w.SecondsFromNowInSecs(30),
"newMarket": map[string]interface{}{
"changes": map[string]interface{}{
"tickSize": "1",
"markPriceConfiguration": map[string]interface{}{
"compositePriceType": 3, // LAST TRADE
},
Expand Down

0 comments on commit acfe284

Please sign in to comment.