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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
};
|
||||
|
|
|
@ -60,7 +60,7 @@ const appsPerNetwork = {
|
|||
icon: MakerIcon,
|
||||
name: "MakerDAO",
|
||||
url: "/mainnet/maker",
|
||||
description: "Collateralized Debt"
|
||||
description: "Collateralized DAI Debt"
|
||||
},
|
||||
{
|
||||
id: "1inch",
|
||||
|
@ -74,14 +74,14 @@ const appsPerNetwork = {
|
|||
icon: LiquityIcon,
|
||||
name: "Liquity",
|
||||
url: "/mainnet/liquity",
|
||||
description: "Collateralized Debt"
|
||||
description: "Collateralized LUSD Debt"
|
||||
},
|
||||
{
|
||||
id: "reflexer",
|
||||
icon: ReflexerIcon,
|
||||
name: "Reflexer Finance",
|
||||
url: "/mainnet/reflexer",
|
||||
description: "Collateralized Debt"
|
||||
description: "Collateralized RAI Debt"
|
||||
}
|
||||
],
|
||||
polygon: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user