Skip to content

Commit

Permalink
Merge pull request #92 from osmosis-labs/add-margined-balance
Browse files Browse the repository at this point in the history
Update Margined Balance URLs
  • Loading branch information
JeremyParish69 authored Aug 1, 2024
2 parents 50f1cda + 60f7654 commit 1b37cc2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions cms/earn/strategies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@
"link": "https://trade.margined.io/vaults/stosmo-osmo",
"tvl": "https://vaults.margined.io/api/v1/${id}/tvl",
"apr": "https://vaults.margined.io/api/v1/${id}/apr",
"balance": "",
"balance": "https://vaults.margined.io/api/v1/${id}/balance/${address}",
"geoblock": "https://vaults.margined.io/api/v1/${id}/geoblock",
"lockDuration": "PT0S",
"riskLevel": 1.00,
Expand Down Expand Up @@ -2512,7 +2512,7 @@
"link": "https://trade.margined.io/vaults/sttia-tia",
"tvl": "https://vaults.margined.io/api/v1/${id}/tvl",
"apr": "https://vaults.margined.io/api/v1/${id}/apr",
"balance": "",
"balance": "https://vaults.margined.io/api/v1/${id}/balance/${address}",
"geoblock": "https://vaults.margined.io/api/v1/${id}/geoblock",
"lockDuration": "PT0S",
"riskLevel": 1.00,
Expand Down Expand Up @@ -2556,9 +2556,10 @@
"type": "LP (Vault)",
"method": "margined-locust-grid",
"link": "https://trade.margined.io/vaults/grid-usdcaxl-usdc",
"tvl": "https://vaults.margined.io/api/v1/osmo1qngwlgzt0r3fdg6zgln5wa6mr5c7t6fek3qqgxesujjak5ds747sy6qu2f/tvl",
"apr": "https://vaults.margined.io/api/v1/osmo1qngwlgzt0r3fdg6zgln5wa6mr5c7t6fek3qqgxesujjak5ds747sy6qu2f/apr",
"geoblock": "https://vaults.margined.io/api/v1/osmo1qngwlgzt0r3fdg6zgln5wa6mr5c7t6fek3qqgxesujjak5ds747sy6qu2f/geoblock",
"tvl": "https://vaults.margined.io/api/v1/${id}/tvl",
"apr": "https://vaults.margined.io/api/v1/${id}/apr",
"balance": "https://vaults.margined.io/api/v1/${id}/balance/${address}",
"geoblock": "https://vaults.margined.io/api/v1/${id}/geoblock",
"lockDuration": "PT0S",
"riskLevel": 1.00,
"riskReportUrl": "https://docs.google.com/spreadsheets/d/1xVvxWgUAagQbtKTZgQPXSpSMbpW2RyKxEtfIbzowtKM/edit?gid=2069375532#gid=2069375532",
Expand Down Expand Up @@ -2601,9 +2602,10 @@
"type": "LP (Vault)",
"method": "margined-locust-grid",
"link": "https://trade.margined.io/vaults/grid-usdt-usdc",
"tvl": "https://vaults.margined.io/api/v1/osmo1cj8tzmvun6urr0djrax7v92jyk86gnp8hsep0hacf83quvknq5lsutucjj/tvl",
"apr": "https://vaults.margined.io/api/v1/osmo1cj8tzmvun6urr0djrax7v92jyk86gnp8hsep0hacf83quvknq5lsutucjj/apr",
"geoblock": "https://vaults.margined.io/api/v1/osmo1cj8tzmvun6urr0djrax7v92jyk86gnp8hsep0hacf83quvknq5lsutucjj/geoblock",
"tvl": "https://vaults.margined.io/api/v1/${id}/tvl",
"apr": "https://vaults.margined.io/api/v1/${id}/apr",
"balance": "https://vaults.margined.io/api/v1/${id}/balance/${address}",
"geoblock": "https://vaults.margined.io/api/v1/${id}/geoblock",
"lockDuration": "PT0S",
"riskLevel": 1.00,
"riskReportUrl": "https://docs.google.com/spreadsheets/d/1xVvxWgUAagQbtKTZgQPXSpSMbpW2RyKxEtfIbzowtKM/edit?gid=544318304#gid=544318304",
Expand Down

0 comments on commit 1b37cc2

Please sign in to comment.