Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/LazerPriceIdTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StyledTd } from "./Table";
import { Spinner } from "./Spinner";
const fetchLazerPriceIdMetadata = async () => {
const response = await fetch(
"https://pyth-lazer-staging.dourolabs.app/history/v1/symbols"
"https://pyth-lazer.dourolabs.app/history/v1/symbols"
);
const data = await response.json();
return data;
Expand Down
Loading