Skip to content

Commit

Permalink
Update stop loss max offset (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk authored Jul 2, 2024
1 parent 8f847f6 commit bb9db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/omni-kit/automation/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const stopLossConstants = {
defaultResolveTo: 'collateral' as OmniCloseTo,
offsets: {
min: new BigNumber(0.01),
max: new BigNumber(0.01), // we have 1% offset from max ltv in contracts
max: new BigNumber(0.011), // we have 1% offset from max ltv in contracts
},
}

Expand Down

0 comments on commit bb9db87

Please sign in to comment.