Skip to content

Commit

Permalink
[gateway] update link to request tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Sep 4, 2024
1 parent 56fee0e commit 39585d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const Connected = () => {
<h3 className="text-sm text-muted-foreground my-4">
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.
</h3>
<div className="flex justify-end space-x-2 my-4">
<LinkButton size={"sm"} href={socialLinks.discord} target="_blank">
<LinkButton size={"sm"} href={socialLinks.faucet} target="_blank">
Request Tokens
</LinkButton>
<Button size={"sm"} variant={"destructive"} onClick={revokeAccounts}>
Expand Down
1 change: 1 addition & 0 deletions tools/walletextension/frontend/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 39585d1

Please sign in to comment.