Skip to content

Commit

Permalink
feat: update aggregator analytics link
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Jan 29, 2024
1 parent a4e024b commit f56b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const DMM_ANALYTICS_URL: { [chainId in ChainId]: string } = SUPPORTED_NET
}, {}) as { [chainId in ChainId]: string }

const PROMM_ANALYTICS = 'https://analytics.kyberswap.com/elastic'
export const AGGREGATOR_ANALYTICS_URL = 'https://secure.holistics.io/dashboards/v3/55952?_pl=672a0e4ff266f14541b8f54b'
export const AGGREGATOR_ANALYTICS_URL = 'https://lookerstudio.google.com/reporting/a2a0c9ff-6388-4d3a-bbf0-0fcfce9d5def'

export const PROMM_ANALYTICS_URL: { [chainId in ChainId]: string } = SUPPORTED_NETWORKS.reduce((acc, cur) => {
return {
Expand Down

0 comments on commit f56b348

Please sign in to comment.