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