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.
2 parents 56a42c3 + 8794c4e commit 9be21a1Copy full SHA for 9be21a1
libs/utils/src/utils/farcastle.ts
@@ -10,7 +10,7 @@ export const getFarcastleFramemUrl = ({
10
location?: string;
11
}): string | undefined => {
12
if (daoChain === '0xaa36a7') return;
13
- const baseUrl = `https://warpcast.com/~/compose?text=&embeds[]=https://frames.farcastle.net/molochv3/${daoChain}/${daoId}`;
+ const baseUrl = `https://farcaster.xyz/~/compose?text=&embeds[]=https://frames.farcastle.net/molochv3/${daoChain}/${daoId}`;
14
15
return location ? `${baseUrl}/${location}` : baseUrl;
16
};
0 commit comments