-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: updated deployment scripts #103
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #103 +/- ##
=======================================
Coverage 96.13% 96.13%
=======================================
Files 22 22
Lines 879 879
=======================================
Hits 845 845
Misses 34 34 ☔ View full report in Codecov by Sentry. |
chainlinkDecimals, | ||
quoteType | ||
); | ||
bytes memory targetData; |
Check warning
Code scanning / Slither
Uninitialized local variables Medium
CollateralSetupProd[] memory collaterals = new CollateralSetupProd[](1); | ||
// USDC | ||
{ | ||
uint64[] memory xMintFeeUsdc = new uint64[](1); |
Check warning
Code scanning / Slither
Variable names too similar Warning
int64[] memory yMintFeeUsdc = new int64[](1); | ||
yMintFeeUsdc[0] = int64(0); | ||
|
||
uint64[] memory xBurnFeeUsdc = new uint64[](1); |
Check warning
Code scanning / Slither
Variable names too similar Warning
…RandomRedemptionFees
…CurveRandomRedemptionFees
…rveRandomRedemptionFees
No description provided.