Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Oct 17, 2024
1 parent 9acb139 commit 7f53369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboards/key_metrics/views/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
{
"title": "Base LP",
"text": "Synthetix V3 liquidity pools on Base",
"url": "https://synthetix-all.streamlit.app/base?page=Perps",
"url": "https://synthetix-all.streamlit.app/base?page=LP",
},
{
"title": "Arbitrum LP",
"text": "Synthetix V3 liquidity pools on Arbitrum",
"url": "https://synthetix-all.streamlit.app/arbitrum?page=Perps",
"url": "https://synthetix-all.streamlit.app/arbitrum?page=LP",
},
{
"title": "Ethereum LP",
"text": "Synthetix V3 liquidity pools on Ethereum",
"url": "https://synthetix-all.streamlit.app/optimism?page=Perps%20V2",
"url": "https://synthetix-all.streamlit.app/ethereum?page=LP",
},
]

Expand Down

0 comments on commit 7f53369

Please sign in to comment.