Skip to content

Commit

Permalink
redo for clean deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb413 committed Mar 27, 2024
1 parent cfe9f37 commit f7c7352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
30 changes: 4 additions & 26 deletions deployments/base-sepolia/weth/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,14 @@
"symbol": "cWETHv3",
"baseToken": "WETH",
"baseTokenAddress": "0x4200000000000000000000000000000000000006",
"baseTokenPriceFeed": "",
"pauseGuardian": "0x6106DA3AcFdEB341808f4DC3D2483eC67c98E728",
"borrowMin": "1e0",
"storeFrontPriceFactor": 1,
"targetReserves": "5000e18",
"rates": {
"supplyKink": 0.9,
"supplySlopeLow": 0.0283824,
"supplySlopeHigh": 0.6066567706,
"supplyBase": 0,
"borrowKink": 0.9,
"borrowSlopeLow": 0.037,
"borrowSlopeHigh": 0.5171500339,
"borrowBase": 0.009945209674
},
"tracking": {
"indexScale": "1e15",
"baseSupplySpeed": "231_481_481_481e0",
"baseBorrowSpeed": "0e15",
"baseMinForRewards": "100e18"
},
"rewardToken": "COMP",
"assets": {
"cbETH": {
"address": "0x774eD9EDB0C5202dF9A86183804b5D9E99dC6CA3",
"decimals": "18",
"borrowCF": 0.90,
"liquidateCF": 0.93,
"liquidationFactor": 0.975,
"supplyCap": "7500e18"
"borrowCF": 0,
"liquidateCF": 0,
"liquidationFactor": 0,
"supplyCap": "0e18"
}
}
}
10 changes: 0 additions & 10 deletions deployments/base-sepolia/weth/roots.json

This file was deleted.

0 comments on commit f7c7352

Please sign in to comment.