Skip to content

Commit

Permalink
add explored api sdk to config, for use in future siacentral phase out
Browse files Browse the repository at this point in the history
  • Loading branch information
telestrial committed Aug 26, 2024
1 parent cf99504 commit cdd34f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/explorer/config/explored.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { Explored } from '@siafoundation/explored-js'
import { exploredApi as api } from '.'

export const explored = Explored({ api })
1 change: 1 addition & 0 deletions apps/explorer/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export const isMainnet = true
// APIs
export const faucetApi = 'https://api.siascan.com/zen/faucet'
export const siaCentralApi = 'https://api.siacentral.com/v2'
export const exploredApi = 'https://explored.test.sia.tools/api'
1 change: 1 addition & 0 deletions apps/explorer/config/testnet-zen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export const isMainnet = false
// APIs
export const faucetApi = 'https://api.siascan.com/zen/faucet'
export const siaCentralApi = 'https://api.siacentral.com/v2/zen'
export const exploredApi = 'https://explored.test.sia.tools/zen/api' // Zen support may not exist at the time of this comment and/or this address may not be correct nor final.

0 comments on commit cdd34f5

Please sign in to comment.