Skip to content

Commit

Permalink
update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 11, 2023
1 parent dcddaa3 commit e763993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/walletextension/frontend/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ export const tenGatewayAddress = process.env.NEXT_PUBLIC_API_GATEWAY_URL;
export const tenscanLink = "https://testnet.tenscan.com";

export const socialLinks = {
github: "https://github.com/obscuronet",
discord: "https://discord.gg/2JQ2Z3r",
twitter: "https://twitter.com/obscuronet",
twitterHandle: "@obscuronet",
github: "https://github.com/ten-protocol",
discord: "https://discord.gg/fVXstswaJY",
twitter: "https://twitter.com/tenprotocol",
twitterHandle: "@tenprotocol",
};

export const GOOGLE_ANALYTICS_ID = process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID;
Expand Down

0 comments on commit e763993

Please sign in to comment.