We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cd5fc commit 23f676fCopy full SHA for 23f676f
governance/xc_admin/packages/xc_admin_common/src/message_buffer.ts
@@ -11,7 +11,7 @@ export const MESSAGE_BUFFER_PROGRAM_ID: PublicKey = new PublicKey(
11
export const MESSAGE_BUFFER_BUFFER_SIZE = 2048;
12
13
export function isMessageBufferAvailable(cluster: PythCluster): boolean {
14
- return cluster === "pythtest-crosschain";
+ return cluster === "pythtest-crosschain" || cluster === "pythnet";
15
}
16
17
export function getPythOracleMessageBufferCpiAuth(
0 commit comments