mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
switch to prod api
This commit is contained in:
parent
33a4411201
commit
4c1efc2e77
|
@ -15,7 +15,7 @@ export function useUniverseOverview() {
|
||||||
|
|
||||||
const fetchOverview = async () => {
|
const fetchOverview = async () => {
|
||||||
const { data } = await $axios
|
const { data } = await $axios
|
||||||
.$get<{ data: OverviewModel }>("https://defi-test-api.webwxk.com/singleVault/universe/instadapp/overview")
|
.$get<{ data: OverviewModel }>("https://api.webwxk.com/singleVault/universe/instadapp/overview")
|
||||||
|
|
||||||
|
|
||||||
overview.value = data;
|
overview.value = data;
|
||||||
|
|
|
@ -49,7 +49,7 @@ export function useUniversePosition() {
|
||||||
|
|
||||||
const fetchPosition = async () => {
|
const fetchPosition = async () => {
|
||||||
const { data: availableVaults } = await $axios
|
const { data: availableVaults } = await $axios
|
||||||
.$get<{ data: VaultModel[] }>("https://defi-test-api.webwxk.com/singleVault/universe/instadapp/vaultList")
|
.$get<{ data: VaultModel[] }>("https://api.webwxk.com/singleVault/universe/instadapp/vaultList")
|
||||||
|
|
||||||
if (!library.value) {
|
if (!library.value) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user