diff --git a/.DS_Store b/.DS_Store index 2bf1a76..cbca348 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/src/collectStats.ts b/src/collectStats.ts index 5a98522..7ee0a57 100644 --- a/src/collectStats.ts +++ b/src/collectStats.ts @@ -18,7 +18,7 @@ import SpotMarketStats from "../models/spot_market_stats" const CLUSTER_URLS = [ { name: "mainnet", - url: "https://mango.rpcpool.com/", + url: process.env.ENDPOINT || "https://mango.rpcpool.com/", websocket: "https://mango.rpcpool.com/", }, {