This commit is contained in:
guibescos 2023-11-29 11:12:10 -06:00 committed by GitHub
parent a5646bf840
commit f1bec26581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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