Skip to content

Commit

Permalink
remove previewnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Aug 14, 2024
1 parent 601a5f8 commit bc051ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/NetworkLinks.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @jsxImportSource theme-ui */

import TabNav, {TabNavLink} from "components/TabNav"
import {TEST_NET, PREVIEW_NET} from "lib/constants"
import {TEST_NET} from "lib/constants"
import {NETWORK_DISPLAY_NAME} from "lib/network"
import publicConfig from "lib/publicConfig"

Expand Down
1 change: 0 additions & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export type Networks = "testnet" | "previewnet"
export type TokenTypes = typeof FLOW_TYPE

export const TEST_NET = "testnet"
export const PREVIEW_NET = "previewnet"
export const FLOW_TYPE = "FLOW"
export const NETWORK_STATUS_URL = "https://status.onflow.org/"
export const GENERATE_KEYS_DOCS_URL =
Expand Down

0 comments on commit bc051ec

Please sign in to comment.