Skip to content

Commit

Permalink
update ladder due to invalid merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Aug 20, 2024
1 parent 473a69b commit 70cf423
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocol/contracts/libraries/LibDibbler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,13 @@ library LibDibbler {
// delta == 1
return _scaleTemperature(279415312704);
}
} else {
if (delta == 2) {
return _scaleTemperature(145535557307);
} else {
// delta == 3
return _scaleTemperature(209428496104);
}
}
} else {
if (delta < 6) {
Expand Down

0 comments on commit 70cf423

Please sign in to comment.