diff --git a/ui/components/app/transaction-decoding/constants.js b/ui/components/app/transaction-decoding/constants.js index 36e45ebee..06840193f 100644 --- a/ui/components/app/transaction-decoding/constants.js +++ b/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`;