Skip to content

Commit

Permalink
Merge pull request #315 from vegaprotocol/314-add-liquidation-strateg…
Browse files Browse the repository at this point in the history
…y-params

 Add missing params to market proposal
  • Loading branch information
ValentinTrinque authored Nov 21, 2023
2 parents 14196b3 + 3da2c9f commit 4946572
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions perftest/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ func (w walletWrapper) NewMarket(offset int, user UserDetails) error {
"triggeringRatio": "1.0",
"auctionExtension": "10",
},
"liquidationStrategy": map[string]interface{}{
"disposalTimeStep": "10",
"disposalFraction": "0.1",
"fullDisposalSize": "20",
"maxFractionConsumed": "0.01",
},
},
},
},
Expand Down

0 comments on commit 4946572

Please sign in to comment.