Skip to content
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

Merged
merged 21 commits into from
Jan 31, 2024
Merged

feat: updated deployment scripts #103

merged 21 commits into from
Jan 31, 2024

Conversation

sogipec
Copy link
Contributor

@sogipec sogipec commented Jan 5, 2024

No description provided.

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7fd03d3) 96.13% compared to head (8627664) 96.13%.

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.
📢 Have feedback on the report? Share it here.

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

.vscode/settings.json Outdated Show resolved Hide resolved
contracts/transmuter/configs/ProductionUSD.sol Outdated Show resolved Hide resolved
scripts/ConstantsArbitrum.s.sol Show resolved Hide resolved
scripts/DeploySavingsNoImplem.s.sol Outdated Show resolved Hide resolved
scripts/DeployTransmuterWithoutFacets.s.sol Outdated Show resolved Hide resolved
scripts/Constants.s.sol Show resolved Hide resolved
scripts/ConstantsLinea.s.sol Show resolved Hide resolved
test/fuzz/SavingsTest.t.sol Outdated Show resolved Hide resolved
test/fuzz/RedeemTest.t.sol Outdated Show resolved Hide resolved
test/fuzz/RedeemTest.t.sol Show resolved Hide resolved
foundry.toml Outdated Show resolved Hide resolved
@sogipec sogipec merged commit addb648 into main Jan 31, 2024
10 checks passed
@sogipec sogipec deleted the deployment-usd branch January 31, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants