Skip to content

Commit f1bec26

Browse files
authored
Do it (#1155)
1 parent a5646bf commit f1bec26

File tree

1 file changed

+1
-1
lines changed
  • governance/xc_admin/packages/xc_admin_common/src

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_common/src/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function getMaximumNumberOfPublishers(cluster: PythCluster) {
3737
case "testnet":
3838
return 32;
3939
case "pythnet":
40-
return 32;
40+
return 64;
4141
case "pythtest-conformance":
4242
return 64;
4343
case "pythtest-crosschain":

0 commit comments

Comments
 (0)