add buyCollateral script and add setTargetReserves function for lending contract

This commit is contained in:
2026-01-08 11:30:31 +08:00
parent c8cb4dbecd
commit a18b9a42e4
19 changed files with 713 additions and 1221 deletions

View File

@@ -145,6 +145,11 @@ const config: HardhatUserConfig = {
accounts: accounts,
chainId: 421614,
},
bscTestnet: {
url: "https://api.zan.top/node/v1/bsc/testnet/baf84c429d284bb5b676cb8c9ca21c07",
accounts: accounts,
chainId: 97,
},
},
// gas报告配置