fix contract

This commit is contained in:
2026-01-12 14:33:16 +08:00
parent a18b9a42e4
commit d56f83726b
70 changed files with 1988 additions and 142 deletions

View File

@@ -0,0 +1,8 @@
npx hardhat run scripts/deploy/01-prepareUSDC.ts --network bscTestnet
npx hardhat run scripts/deploy/02-deployYTLp.ts --network bscTestnet
npx hardhat run scripts/deploy/03-deployAsset.ts --network bscTestnet
npx hardhat run scripts/deploy/04-createVault.ts --network bscTestnet
npx hardhat run scripts/deploy/05-configureYTLp.ts --network bscTestnet
npx hardhat run scripts/deploy/06-addVaultToWhitelist.ts --network bscTestnet
npx hardhat run scripts/deploy/07-deployLending.ts --network bscTestnet
npx hardhat run scripts/deploy/08-configureLending.ts --network bscTestnet