-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
2,379 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
rm -rf coverage | ||
rm -f lcov.info | ||
forge coverage --report lcov | ||
forge coverage --report lcov --ffi | ||
|
||
delete=false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"ilkData": { | ||
"adjustedProfitMargin": "70677685926057170", | ||
"minimumKinkRate": "911013579023514400", | ||
"adjustedProfitMargin": "0", | ||
"minimumKinkRate": "4062570058138700000", | ||
"reserveFactor": "0", | ||
"adjustedBaseRate": "68369713930720290", | ||
"minimumBaseRate": "68369713930720290", | ||
"optimalUtilizationRate": "9200", | ||
"distributionFactor": "10000", | ||
"adjustedAboveKinkSlope": "25017682370176442000", | ||
"minimumAboveKinkSlope": "26390655175013278000" | ||
"adjustedBaseRate": "0", | ||
"minimumBaseRate": "1580630071273960000", | ||
"optimalUtilizationRate": "8500", | ||
"adjustedAboveKinkSlope": "0", | ||
"minimumAboveKinkSlope": "23863999665252300000" | ||
}, | ||
"yieldOracleAddress": "0x437CC840e234C2127f54CD59B0B18aF59c586760" | ||
"yieldOracleAddress": "0x31403b1e52051883f2Ce1B1b4C89f36034e1221D" | ||
} |
Oops, something went wrong.