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 c86711f commit e6474faCopy full SHA for e6474fa
components/LazerPriceIdTable.tsx
@@ -3,7 +3,7 @@ import { StyledTd } from "./Table";
3
import { Spinner } from "./Spinner";
4
const fetchLazerPriceIdMetadata = async () => {
5
const response = await fetch(
6
- "https://pyth-lazer-staging.dourolabs.app/history/v1/symbols"
+ "https://pyth-lazer.dourolabs.app/history/v1/symbols"
7
);
8
const data = await response.json();
9
return data;
0 commit comments