Skip to content

Commit

Permalink
fix: explorer uri
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Mar 20, 2024
1 parent 31199b1 commit 624db6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const configHelperNetworks: Config[] = [
metadataCacheUri: 'https://aquarius.dev.pontus-x.eu',
providerUri: 'https://provider.dev.pontus-x.eu',
subgraphUri: 'https://subgraph.dev.pontus-x.eu',
explorerUri: 'https://explorer.dev.pontus-x.eu/'
explorerUri: 'https://explorer.dev.pontus-x.eu/testnet/pontusx'
}
]

Expand Down

0 comments on commit 624db6e

Please sign in to comment.