Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Apr 22, 2024
1 parent 06fb46a commit 3d65149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/context/GlobalContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const AppContextProvider: FC<{
const networks: Record<string, Network> = useMemo<Record<string, Network>>(
() => ({
[apiUrls[NetworkModes.Mainnet]]: {
label: 'Stack Mainnet',
label: 'Stacks Mainnet',
url: apiUrls[NetworkModes.Mainnet],
btcBlockBaseUrl: NetworkModeBtcBlockBaseUrlMap[NetworkModes.Mainnet],
btcTxBaseUrl: NetworkModeBtcTxBaseUrlMap[NetworkModes.Mainnet],
Expand Down

0 comments on commit 3d65149

Please sign in to comment.