diff --git a/explorer/src/providers/supply.tsx b/explorer/src/providers/supply.tsx index d07198e50..99df466f4 100644 --- a/explorer/src/providers/supply.tsx +++ b/explorer/src/providers/supply.tsx @@ -44,7 +44,9 @@ async function fetch(dispatch: Dispatch, cluster: Cluster, url: string) { try { const connection = new Connection(url, "finalized"); - const supply = (await connection.getSupply()).value; + const supply = ( + await connection.getSupply({ excludeNonCirculatingAccountsList: true }) + ).value; // Update state if still connecting dispatch((state) => {