update mango group

This commit is contained in:
Tyler Shipe 2021-08-13 12:32:42 -04:00
parent 49442c4002
commit 9840f2cc14
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {