1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Update tx-insights url (#12997)

This commit is contained in:
Dan J Miller 2021-12-07 15:42:46 -03:30 committed by Dan Miller
parent f56c25f584
commit e57250f62c

View File

@ -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`;