From 0213e7886163b1e703b1e6616c30017a0d82f378 Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Fri, 6 Oct 2023 20:52:51 -0400 Subject: [PATCH] Testnet4 --- src/consts/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/config.ts b/src/consts/config.ts index cd1e65d..49a0344 100644 --- a/src/consts/config.ts +++ b/src/consts/config.ts @@ -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, });