feat(xc-admin): enable message buffer for pythnet (#890)
This commit is contained in:
parent
44cd5fc42d
commit
23f676f99a
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue