Skip to content

Commit 23f676f

Browse files
authored
feat(xc-admin): enable message buffer for pythnet (#890)
1 parent 44cd5fc commit 23f676f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const MESSAGE_BUFFER_PROGRAM_ID: PublicKey = new PublicKey(
1111
export const MESSAGE_BUFFER_BUFFER_SIZE = 2048;
1212

1313
export function isMessageBufferAvailable(cluster: PythCluster): boolean {
14-
return cluster === "pythtest-crosschain";
14+
return cluster === "pythtest-crosschain" || cluster === "pythnet";
1515
}
1616

1717
export function getPythOracleMessageBufferCpiAuth(

0 commit comments

Comments
 (0)