mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
Merge branch 'master' into reflexer
This commit is contained in:
commit
bf6b3e8000
|
@ -127,7 +127,7 @@ export function useMakerdaoPosition(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
vaults.value = await getVaults(activeAccount.value.address, web3.value);
|
vaults.value = await getVaults(activeAccount.value.address, web3.value);
|
||||||
if (vaults.value.length > 0) {
|
if (vaults.value.length > 0 && !vaultId.value) {
|
||||||
vaultId.value = vaults.value[0].id;
|
vaultId.value = vaults.value[0].id;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -60,7 +60,7 @@ const appsPerNetwork = {
|
||||||
icon: MakerIcon,
|
icon: MakerIcon,
|
||||||
name: "MakerDAO",
|
name: "MakerDAO",
|
||||||
url: "/mainnet/maker",
|
url: "/mainnet/maker",
|
||||||
description: "Collateralized Debt"
|
description: "Collateralized DAI Debt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "1inch",
|
id: "1inch",
|
||||||
|
@ -74,14 +74,14 @@ const appsPerNetwork = {
|
||||||
icon: LiquityIcon,
|
icon: LiquityIcon,
|
||||||
name: "Liquity",
|
name: "Liquity",
|
||||||
url: "/mainnet/liquity",
|
url: "/mainnet/liquity",
|
||||||
description: "Collateralized Debt"
|
description: "Collateralized LUSD Debt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "reflexer",
|
id: "reflexer",
|
||||||
icon: ReflexerIcon,
|
icon: ReflexerIcon,
|
||||||
name: "Reflexer Finance",
|
name: "Reflexer Finance",
|
||||||
url: "/mainnet/reflexer",
|
url: "/mainnet/reflexer",
|
||||||
description: "Collateralized Debt"
|
description: "Collateralized RAI Debt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
polygon: [
|
polygon: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user