mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
replace /defi/tokens to /defi/mainnet/tokens
This commit is contained in:
parent
225c425e7f
commit
21dfc8f02b
|
@ -38,7 +38,7 @@ export function useBalances() {
|
|||
const { by } = useSorting();
|
||||
|
||||
onMounted(async () => {
|
||||
prices.mainnet = await $axios.$get("https://api.internal.instadapp.io/defi/prices");
|
||||
prices.mainnet = await $axios.$get("https://api.internal.instadapp.io/defi/mainnet/prices");
|
||||
prices.polygon = await $axios.$get(
|
||||
"https://api.internal.instadapp.io/defi/polygon/prices"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user