From 9840f2cc14cccd2c0456365b6d6d70bfa5976813 Mon Sep 17 00:00:00 2001 From: Tyler Shipe Date: Fri, 13 Aug 2021 12:32:42 -0400 Subject: [PATCH] update mango group --- src/collectStats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collectStats.ts b/src/collectStats.ts index bd8ca0b..dd0f855 100644 --- a/src/collectStats.ts +++ b/src/collectStats.ts @@ -32,7 +32,7 @@ const SPOT_INTERVAL = 60 * SECONDS const clusterUrl = CLUSTER_URLS.find((c) => c.name === cluster) const connection = new Connection(clusterUrl.url, "singleGossip") const config = new Config(IDS) -const groupConfig = config.getGroup(cluster, "mango_test_v3.8") +const groupConfig = config.getGroup(cluster, "devnet.1") const client = new MangoClient(connection, groupConfig.mangoProgramId) const loadPerpMarkets = async (connection, groupConfig: GroupConfig) => {