1
0
forked from mico/idle_moloch

Fixes TS interface on Dashboard

This commit is contained in:
mic0 2024-11-06 23:23:03 +01:00
parent 88a4400307
commit cc9cb65e4e
Signed by: mico
GPG Key ID: A3F8023524CF1C8D

View File

@ -6,7 +6,7 @@ interface MetricsData {
totalRuns: number; totalRuns: number;
activePlayers24h: number; activePlayers24h: number;
totalBossesDefeated: number; totalBossesDefeated: number;
totalPrestigeLevelsGained: number; totalPrestigeLevels: number;
} }
const SUBGRAPH_URL = "https://api.studio.thegraph.com/query/75782/slay-the-moloch-base-mainnet/version/latest"; const SUBGRAPH_URL = "https://api.studio.thegraph.com/query/75782/slay-the-moloch-base-mainnet/version/latest";