add buyCollateral script and add setTargetReserves function for lending contract
This commit is contained in:
@@ -60,7 +60,7 @@ async function main() {
|
||||
|
||||
const USDC = {
|
||||
address: deployments.usdcAddress,
|
||||
decimals: 6 // todo bsc主网是 18 decimal
|
||||
decimals: 18
|
||||
};
|
||||
|
||||
// 选择要作为抵押品的 YT Vaults(可以选择多个)
|
||||
|
||||
Reference in New Issue
Block a user