We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b99bf commit 0577638Copy full SHA for 0577638
apps/insights/src/services/pyth/get-metadata.ts
@@ -1,7 +1,7 @@
1
import { clients, Cluster } from ".";
2
// import { memoryOnlyCache } from "../../cache";
3
4
-export const getPythMetadata = async (cluster: Cluster) => {
+export const getPythMetadataCached = async (cluster: Cluster) => {
5
return clients[cluster].getData();
6
};
7
0 commit comments