From 55f0616069d3fc93783aca60394f950497e74193 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Fri, 5 Apr 2024 12:19:59 +0200 Subject: [PATCH] mm: switch to api Signed-off-by: microwavedcola1 --- ts/client/scripts/mm/market-maker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/client/scripts/mm/market-maker.ts b/ts/client/scripts/mm/market-maker.ts index b1959e284..6fe1e7dc1 100644 --- a/ts/client/scripts/mm/market-maker.ts +++ b/ts/client/scripts/mm/market-maker.ts @@ -248,7 +248,7 @@ async function fullMarketMaker() { CLUSTER, MANGO_V4_ID[CLUSTER], { - idsSource: 'get-program-accounts', + idsSource: 'api', }, );