From 4a868c4d327d389f84f5964b1831d4d4d2a26608 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Fri, 9 Aug 2024 12:14:16 +0200 Subject: [PATCH] add comment Signed-off-by: microwavedcola1 --- ts/client/src/constants/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/client/src/constants/index.ts b/ts/client/src/constants/index.ts index ee3f52b7c..def64c2ef 100644 --- a/ts/client/src/constants/index.ts +++ b/ts/client/src/constants/index.ts @@ -45,6 +45,7 @@ export const DEFAULT_RECEIVER_PROGRAM_ID = new PublicKey( 'rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ', ); +// see maintain-alts.ts export const SBOD_ORACLE_LUTS = [ '3DdohDpFiXjLNqCzFyU8CP3rtGwkn9VbkxFYGrNiqcyR', ];