From e57250f62ca60f9faf47376beaec8f84620ae00f Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Tue, 7 Dec 2021 15:42:46 -0330 Subject: [PATCH] Update tx-insights url (#12997) --- ui/components/app/transaction-decoding/constants.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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`;