-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
656b14d
commit fe6a125
Showing
10 changed files
with
71 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 22 additions & 7 deletions
29
libs/design-system/src/core/NavbarSite.tsx → apps/explorer/components/Layout/Navbar.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
import { webLinks } from '@siafoundation/design-system' | ||
|
||
export const network = 'mainnet' | ||
export const networkName = 'Sia Mainnet' | ||
export const siteName = 'siascan.com' | ||
export const appName = 'siascan' | ||
export const appLink = webLinks.explore.mainnet | ||
export const isMainnet = true | ||
|
||
// APIs | ||
export const faucetApi = 'https://navigator.sia.tech/faucet/api' | ||
export const faucetApi = 'https://faucet.zen.sia.tech/api' | ||
export const siaCentralApi = 'https://api.siacentral.com/v2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
import { webLinks } from '@siafoundation/design-system' | ||
|
||
export const network = 'zen' | ||
export const networkName = 'Zen Testnet' | ||
export const appName = 'Zen Testnet' | ||
export const siteName = 'zen.siascan.com' | ||
export const appName = 'siascan' | ||
export const appLink = webLinks.explore.testnet | ||
export const isMainnet = false | ||
|
||
// APIs | ||
export const faucetApi = 'https://navigator-zen.sia.tech/faucet/api' | ||
export const faucetApi = 'https://faucet.zen.sia.tech/api' | ||
export const siaCentralApi = 'https://api.siacentral.com/v2/zen' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters