pull/54/head
Nam Chu Hoai 1 year ago committed by J M Rossy
parent a4df339e20
commit 0213e78861
  1. 2
      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,
});

Loading…
Cancel
Save