diff --git a/tools/walletextension/frontend/src/components/modules/home/connected.tsx b/tools/walletextension/frontend/src/components/modules/home/connected.tsx
index e180ad1670..4bde78ef28 100644
--- a/tools/walletextension/frontend/src/components/modules/home/connected.tsx
+++ b/tools/walletextension/frontend/src/components/modules/home/connected.tsx
@@ -25,10 +25,10 @@ const Connected = () => {
Manage the accounts you have connected to the Ten Gateway. You can
revoke access to your accounts at any time and request new tokens from
- the Ten Discord.
+ the Ten Faucet.
-
+
Request Tokens
diff --git a/tools/walletextension/frontend/src/lib/constants.ts b/tools/walletextension/frontend/src/lib/constants.ts
index 70608fcc2d..427a13a782 100644
--- a/tools/walletextension/frontend/src/lib/constants.ts
+++ b/tools/walletextension/frontend/src/lib/constants.ts
@@ -4,6 +4,7 @@ export const tenGatewayAddress =
export const tenscanLink = "https://testnet.tenscan.io";
export const socialLinks = {
+ faucet: "https://faucet.ten.xyz",
github: "https://github.com/ten-protocol",
discord: "https://discord.gg/tenprotocol",
twitter: "https://twitter.com/tenprotocol",