Skip to content

Commit

Permalink
Whitelist mainnet
Browse files Browse the repository at this point in the history
To be used after Kasplex launch
  • Loading branch information
KaffinPX authored Sep 15, 2024
1 parent 50e3d8a commit fbed8d4
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 @@ -20,7 +20,7 @@ export function IndexerProvider ({ children }: {
const indexer = new Indexer('')

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

0 comments on commit fbed8d4

Please sign in to comment.