1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Update tx-insights url (#12997)

This commit is contained in:
Dan J Miller 2021-12-07 15:42:46 -03:30 committed by GitHub
parent 80134137ba
commit f5a086ded9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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