add view function

This commit is contained in:
2026-03-09 10:30:50 +08:00
parent 586b04a371
commit e033cbd1c4
11 changed files with 369 additions and 13 deletions

View File

@@ -59,7 +59,7 @@ async function main() {
console.log("🔄 Phase 2: 验证升级结果");
console.log(" YTPoolManager Proxy (不变):", upgradedYTPoolManagerAddress);
console.log(" Owner:", await upgradedYTPoolManager.owner());
console.log(" Gov:", await upgradedYTPoolManager.gov());
console.log("");
// ========== 保存更新的部署信息 ==========