Skip to content

Commit

Permalink
Blacklist mainnet until actual release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Sep 14, 2024
1 parent c6748a6 commit 642db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/Indexer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function IndexerProvider ({ children }: {

useEffect(() => {
if (networkId === 'mainnet') {
indexer.current.url = 'https://api.kasplex.org'
// indexer.current.url = 'https://api.kasplex.org'
} else if (networkId === 'testnet-10') {
indexer.current.url = 'https://tn10api.kasplex.org'
}
Expand Down

0 comments on commit 642db6c

Please sign in to comment.