update lending contract
This commit is contained in:
@@ -104,7 +104,6 @@ async function main() {
|
||||
borrowPerYearInterestRateBase: ethers.parseUnits("0.015", 18), // 1.5% 基础
|
||||
|
||||
storeFrontPriceFactor: ethers.parseUnits("0.5", 18), // 50% 清算折扣
|
||||
trackingIndexScale: ethers.parseUnits("1", 15), // 10^15 比例
|
||||
baseBorrowMin: ethers.parseUnits("100", USDC.decimals), // 最小借 100 USDC
|
||||
targetReserves: ethers.parseUnits("5000000", USDC.decimals), // 目标储备 500 万
|
||||
|
||||
|
||||
Reference in New Issue
Block a user