feat(xc-admin): enable message buffer for pythnet (#890)

This commit is contained in:
swimricky 2023-06-14 07:07:18 -07:00 committed by GitHub
parent 44cd5fc42d
commit 23f676f99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export const MESSAGE_BUFFER_PROGRAM_ID: PublicKey = new PublicKey(
export const MESSAGE_BUFFER_BUFFER_SIZE = 2048;
export function isMessageBufferAvailable(cluster: PythCluster): boolean {
return cluster === "pythtest-crosschain";
return cluster === "pythtest-crosschain" || cluster === "pythnet";
}
export function getPythOracleMessageBufferCpiAuth(