Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

feat(iron-bank): Update empty description #710

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/apps/iron-bank/iron-bank.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { Network } from '~types/network.interface';
export const IRON_BANK_DEFINITION = appDefinition({
id: 'iron-bank',
name: 'Iron Bank',
description: 'iron',
description:
'Iron Bank is a decentralized protocol to protocol lending platform. It allows trusted protocols to borrow funds without posting collateral via whitelisting.',
url: 'https://app.ib.xyz/',
groups: {
supply: { id: 'supply', type: GroupType.TOKEN, label: 'Lending', groupLabel: 'Supply' },
Expand Down