add benqi issue#29

This commit is contained in:
Julius0505 2021-11-07 12:43:34 +02:00
parent 6ff462b3a9
commit ef5edcee60

View File

@ -57,13 +57,6 @@ const appsPerNetwork = {
url: "/mainnet/compound", url: "/mainnet/compound",
description: "Money Market" description: "Money Market"
}, },
{
id: "benqi",
icon: CompoundIcon,
name: "Benqi",
url: "/avalanche/benqi",
description: "Money Market"
},
{ {
id: "maker", id: "maker",
icon: MakerIcon, icon: MakerIcon,
@ -139,6 +132,13 @@ const appsPerNetwork = {
name: "Aave v2", name: "Aave v2",
url: "/aave-v2", url: "/aave-v2",
description: "Lend and borrow straight from your Gnosis Safe" description: "Lend and borrow straight from your Gnosis Safe"
},
{
id: "benqi",
icon: CompoundIcon,
name: "Benqi",
url: "/avalanche/benqi",
description: "Money Market"
} }
] ]
}; };