Skip to content

Commit 9be21a1

Browse files
authored
Merge pull request #546 from HausDAO/farc-url
updates warp to farc
2 parents 56a42c3 + 8794c4e commit 9be21a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/utils/src/utils/farcastle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const getFarcastleFramemUrl = ({
1010
location?: string;
1111
}): string | undefined => {
1212
if (daoChain === '0xaa36a7') return;
13-
const baseUrl = `https://warpcast.com/~/compose?text=&embeds[]=https://frames.farcastle.net/molochv3/${daoChain}/${daoId}`;
13+
const baseUrl = `https://farcaster.xyz/~/compose?text=&embeds[]=https://frames.farcastle.net/molochv3/${daoChain}/${daoId}`;
1414

1515
return location ? `${baseUrl}/${location}` : baseUrl;
1616
};

0 commit comments

Comments
 (0)