guibescos 2 роки тому
батько
коміт
f1bec26581

+ 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":