Skip to content

Commit

Permalink
Testnet4
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored and jmrossy committed Nov 16, 2023
1 parent a4df339 commit 0213e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ interface Config {
export const config: Config = Object.freeze({
debug: isDevMode,
version,
apiUrl: 'https://hyperlane-explorer-3.hasura.app/v1/graphql',
apiUrl: 'https://explorer4.hasura.app/v1/graphql',
explorerApiKeys,
});

0 comments on commit 0213e78

Please sign in to comment.