Skip to content

Commit

Permalink
update tenscan link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 19, 2023
1 parent 732bf2c commit e1d5ec0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/walletextension/frontend/src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const tenGatewayAddress = process.env.NEXT_PUBLIC_API_GATEWAY_URL || "http://127.0.0.1:3000";
export const tenGatewayAddress =
process.env.NEXT_PUBLIC_API_GATEWAY_URL || "http://127.0.0.1:3000";

export const tenscanLink = "https://testnet.tenscan.com";
export const tenscanLink = "https://testnet.tenscan.io";

export const socialLinks = {
github: "https://github.com/ten-protocol",
Expand Down

0 comments on commit e1d5ec0

Please sign in to comment.