-
Notifications
You must be signed in to change notification settings - Fork 382
feat(tags): Update the app tags, make mandatory #349
Conversation
src/apps/aelin/aelin.definition.ts
Outdated
@@ -19,10 +19,10 @@ export const AELIN_DEFINITION: AppDefinitionObject = { | |||
discord: 'https://t.co/kG6zsC0zaR', | |||
medium: 'https://medium.com/@aelinprotocol', | |||
}, | |||
tags: [ProtocolTag.LENDING], | |||
tags: [AppTag.LENDING], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppTag.LAUNCHPAD
@@ -16,9 +16,9 @@ export const ALPHA_V1_DEFINITION = { | |||
discord: 'https://discord.com/invite/2My6wKt', | |||
telegram: 'https://t.me/AlphaFinanceLab', | |||
}, | |||
tags: [ProtocolTag.LENDING], | |||
tags: [AppTag.LENDING], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also FARMING
@@ -20,8 +20,8 @@ export const KEEPER_DAO_DEFINITION: AppDefinitionObject = { | |||
v3Pool: { id: 'v3-pool', type: GroupType.TOKEN }, | |||
farm: { id: 'farm', type: GroupType.POSITION }, | |||
}, | |||
tags: [ProtocolTag.YIELD_AGGREGATOR], | |||
supportedNetworks: { [Network.ETHEREUM_MAINNET]: [ProtocolAction.VIEW] }, | |||
tags: [AppTag.YIELD_AGGREGATOR], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently DEX
src/apps/lido/lido.definition.ts
Outdated
@@ -19,9 +19,9 @@ export const LIDO_DEFINITION: AppDefinitionObject = { | |||
steth: { id: 'steth', type: GroupType.TOKEN }, | |||
wsteth: { id: 'wsteth', type: GroupType.TOKEN }, | |||
}, | |||
tags: [ProtocolTag.DERIVATIVES], | |||
tags: [AppTag.DERIVATIVES], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIQUID_STAKING
@@ -21,9 +21,9 @@ export const LIQUITY_DEFINITION: AppDefinitionObject = { | |||
trove: { id: 'trove', type: GroupType.POSITION }, | |||
stabilityPool: { id: 'stability-pool', type: GroupType.POSITION }, | |||
}, | |||
tags: [ProtocolTag.LENDING], | |||
tags: [AppTag.LENDING], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CDP
src/apps/jpegd/jpegd.definition.ts
Outdated
@@ -18,9 +18,9 @@ export const JPEGD_DEFINITION: AppDefinitionObject = { | |||
pool: { id: 'pool', type: GroupType.POSITION }, | |||
bond: { id: 'bond', type: GroupType.POSITION }, | |||
}, | |||
tags: [ProtocolTag.LENDING], | |||
tags: [AppTag.LENDING], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CDP
@@ -21,9 +21,9 @@ export const PIE_DAO_DEFINITION: AppDefinitionObject = { | |||
telegram: 'https://t.me/piedao', | |||
medium: 'https://medium.com/piedao', | |||
}, | |||
tags: [ProtocolTag.LIQUIDITY_POOL], | |||
tags: [AppTag.LIQUIDITY_POOL], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ASSET MANAGEMENT
@@ -19,10 +19,10 @@ export const SYNTHETIX_DEFINITION: AppDefinitionObject = { | |||
discord: 'https://discord.com/invite/AEdUHzt', | |||
telegram: 'https://t.me/s/havven_news', | |||
}, | |||
tags: [ProtocolTag.LIQUIDITY_POOL], | |||
tags: [AppTag.LIQUIDITY_POOL], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SYNTHETICS
@@ -20,9 +20,9 @@ export const TEDDY_CASH_DEFINITION: AppDefinitionObject = { | |||
trove: { id: 'trove', type: GroupType.POSITION }, | |||
stabilityPool: { id: 'stability-pool', type: GroupType.POSITION }, | |||
}, | |||
tags: [ProtocolTag.LENDING], | |||
tags: [AppTag.LENDING], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CDP
Description
Checklist