vegaprotocol / vegatools

A go command line utility providing a bunch of tools to use with a Vega network
MIT License
3 stars 4 forks source link

Update perftool to support new liquidation strategy settings #314

Closed peterbarrow closed 8 months ago

peterbarrow commented 8 months ago
{
    LiquidationStrategy: &types.LiquidationStrategy{
    DisposalTimeStep:    10 * time.Second,
    DisposalFraction:    num.DecimalFromFloat(0.1),
    FullDisposalSize:    20,
    MaxFractionConsumed: num.DecimalFromFloat(0.01),
},