Update tx-insights url (#12997)

feature/default_network_editable
Dan J Miller 3 years ago committed by Dan Miller
parent f56c25f584
commit e57250f62c
  1. 3
      ui/components/app/transaction-decoding/constants.js

@ -1,5 +1,4 @@
const TX_INSIGHTS_BASE_URI =
'https://tx-insights-api.metaswap-dev.codefi.network';
const TX_INSIGHTS_BASE_URI = 'https://tx-insights.metaswap.codefi.network';
export const FETCH_PROJECT_INFO_URI = `${TX_INSIGHTS_BASE_URI}/fetch-project`;
export const FETCH_SUPPORTED_NETWORKS_URI = `${TX_INSIGHTS_BASE_URI}/networks`;

Loading…
Cancel
Save