We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d48cab + d47a4ab commit 434a330Copy full SHA for 434a330
src/index.tsx
@@ -41,6 +41,6 @@ export * from "./social/github";
41
export * from "./social/telegram";
42
export * from "./social/twitter";
43
44
-export const STATIC_SERVER = "https://static.gearbox.fi";
+export const STATIC_SERVER = "https://static.gearbox.finance";
45
46
export const getStatic = (url: string) => `${STATIC_SERVER}${url}`;
0 commit comments