Skip to content

Commit

Permalink
fix: routing dashboard to include uniswap-extension (#783)
Browse files Browse the repository at this point in the history
routing dashboard doesn't show uniswap-extension, however metrics show:

![Screenshot 2024-07-16 at 5.37.00 PM.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/BB54fKe6Y10GvrrdKXQN/5148a822-16d1-4c99-8fdd-5cc0d611a3e0.png)

This is because the request source array in routing-api didn't include `uniswap-extension`.
  • Loading branch information
jsy1218 authored Jul 16, 2024
1 parent 61fb8ab commit 44a4c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/requestSources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export const REQUEST_SOURCES = [
'uniswap-web',
'external-api',
'routing-api',
'uniswap-extension',
]

0 comments on commit 44a4c39

Please sign in to comment.