-
Notifications
You must be signed in to change notification settings - Fork 0
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
Squash Unichain Mainnet USDC #122
base: squash-unichain-mainnet
Are you sure you want to change the base?
Squash Unichain Mainnet USDC #122
Conversation
…are/collateral-extension
…tware/comet into woof-software/collateral-extension
contracts/IGovernorTestnet.sol
Outdated
@@ -0,0 +1,75 @@ | |||
// SPDX-License-Identifier: BUSL-1.1 |
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.
Remove the file if it is related to testnet
@@ -74,5 +74,18 @@ export default { | |||
slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc' | |||
} | |||
} | |||
} | |||
}, |
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.
Remove testnet
deployments/sepolia/usdc/roots.json
Outdated
@@ -3,5 +3,7 @@ | |||
"configurator": "0xc28aD44975C614EaBe0Ed090207314549e1c6624", | |||
"rewards": "0x8bF5b658bdF0388E8b482ED51B14aef58f90abfD", | |||
"fauceteer": "0x68793eA49297eB75DFB4610B68e076D2A5c7646C", | |||
"bulker": "0x157c001bb1F8b33743B14483Be111C961d8e11dE" | |||
"bulker": "0x157c001bb1F8b33743B14483Be111C961d8e11dE", | |||
"unichainSepoliaL1CrossDomainMessenger": "0x448A37330A60494E666F6DD60aD48d930AEbA381", |
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.
Remove testnet
"borrowMin": "0.01e6", | ||
"storeFrontPriceFactor": 0.6, | ||
"targetReserves": "5_000_000e6", | ||
"pauseGuardian": "", |
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.
Deploy pause guardian
], | ||
[0, 0, 0, 0], | ||
[ | ||
'setFactory(address,address)', |
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.
When we deploy the first market on the chain, as I remember, we should not setFactory
expect(config.rescaleFactor).to.be.equal(exp(1, 12)); | ||
expect(config.shouldUpscale).to.be.equal(true); | ||
|
||
// 1. |
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.
Add checks:
- 24 collaterals comet
- Bridge receiver is initialized
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.
- Addresses in pauseGauardian should be the same as on Mainnet
Updated the copyright year to 2025 in the LICENSE file
Co-authored-by: dmitriy-woof-software <dmitriy@woof.software> Co-authored-by: GitHub Actions Bot <> Co-authored-by: Dmitriy Babenko <159453675+dmitriy-woof-software@users.noreply.github.com>
Co-authored-by: dmitriy-woof-software <dmitriy@woof.software> Co-authored-by: GitHub Actions Bot <>
Co-authored-by: dmitriy-woof-software <dmitriy@woof.software> Co-authored-by: GitHub Actions Bot <>
…are/add-unichain-weth
No description provided.