Skip to content

Commit e6474fa

Browse files
committed
use main lazer
1 parent c86711f commit e6474fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/LazerPriceIdTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { StyledTd } from "./Table";
33
import { Spinner } from "./Spinner";
44
const fetchLazerPriceIdMetadata = async () => {
55
const response = await fetch(
6-
"https://pyth-lazer-staging.dourolabs.app/history/v1/symbols"
6+
"https://pyth-lazer.dourolabs.app/history/v1/symbols"
77
);
88
const data = await response.json();
99
return data;

0 commit comments

Comments
 (0)