Skip to content

Commit

Permalink
Change network name (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj authored Jan 9, 2024
1 parent 5aee83a commit 3103eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/walletextension/frontend/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand All @@ -29,7 +29,7 @@ export const testnetUrls = {
rpc: "https://rpc.dev-testnet.ten.xyz",
},
default: {
name: "Obscuro Testnet",
name: "Ten Testnet",
url: tenGatewayAddress,
},
};
Expand Down

0 comments on commit 3103eca

Please sign in to comment.