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

fix: fix typo in impermax definition #492

Merged
merged 2 commits into from
May 22, 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
2 changes: 1 addition & 1 deletion src/apps/impermax/impermax.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Network } from '~types/network.interface';

export const IMPERMAX_DEFINITION = appDefinition({
id: 'impermax',
name: 'impermax',
name: 'Impermax',
description: 'Impermax enables permissionless lending for Leveraged Yield Farming',
url: 'https://www.impermax.finance/',
groups: {
Expand Down