-
Notifications
You must be signed in to change notification settings - Fork 8
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: Refactor staging to simplify and new deploy (SC-873) #66
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be output to a different JSON file specifically for dependencies, output json should match something from prod:
ScriptTools.exportContract(mainnet.name, "allocatorOracle", oracle);
ScriptTools.exportContract(mainnet.name, "allocatorRegistry", registry);
ScriptTools.exportContract(mainnet.name, "allocatorRoles", roles);
ScriptTools.exportContract(mainnet.name, "allocatorBuffer", buffer);
ScriptTools.exportContract(mainnet.name, "allocatorVault", vault);
ScriptTools.exportContract(mainnet.name, "dai", dai);
ScriptTools.exportContract(mainnet.name, "daiUsds", daiUsds);
ScriptTools.exportContract(mainnet.name, "jug", jug);
ScriptTools.exportContract(mainnet.name, "psm", psm);
ScriptTools.exportContract(mainnet.name, "susds", susds);
ScriptTools.exportContract(mainnet.name, "usdc", usdc);
ScriptTools.exportContract(mainnet.name, "usds", usds);
ScriptTools.exportContract(mainnet.name, "usdsJoin", usdsJoin);
ScriptTools.exportContract(mainnet.name, "vat", vat);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just one formatting change
Coverage after merging refactor-staging-deployment into dev will be
Coverage Report
|
Do another staging deploy and refactor to eliminate unused code. Unused code is mostly from Sepolia variant.