Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gateway] update faucet link to request tokens #2043

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
0xjba marked this conversation as resolved.
Show resolved Hide resolved
</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
Loading