From 3103eca104d12d559f393521f83ef9397e1018fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Tue, 9 Jan 2024 13:51:01 +0100 Subject: [PATCH] Change network name (#1735) --- tools/walletextension/frontend/src/lib/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/walletextension/frontend/src/lib/constants.ts b/tools/walletextension/frontend/src/lib/constants.ts index d034e59722..423ef326be 100644 --- a/tools/walletextension/frontend/src/lib/constants.ts +++ b/tools/walletextension/frontend/src/lib/constants.ts @@ -14,7 +14,7 @@ export const GOOGLE_ANALYTICS_ID = process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID; export const testnetUrls = { sepolia: { - name: "Obscuro Testnet", + name: "Ten Testnet", url: "https://sepolia-testnet.ten.xyz", rpc: "https://rpc.sepolia-testnet.ten.xyz", }, @@ -29,7 +29,7 @@ export const testnetUrls = { rpc: "https://rpc.dev-testnet.ten.xyz", }, default: { - name: "Obscuro Testnet", + name: "Ten Testnet", url: tenGatewayAddress, }, };