guibescos 2 年之前
父節點
當前提交
f1bec26581
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      governance/xc_admin/packages/xc_admin_common/src/cluster.ts

+ 1 - 1
governance/xc_admin/packages/xc_admin_common/src/cluster.ts

@@ -37,7 +37,7 @@ export function getMaximumNumberOfPublishers(cluster: PythCluster) {
     case "testnet":
       return 32;
     case "pythnet":
-      return 32;
+      return 64;
     case "pythtest-conformance":
       return 64;
     case "pythtest-crosschain":