IndexCoop / index-app

The official web app of the Index Coop.
https://app.indexcoop.com
7 stars 16 forks source link

Refactor 'Token' types #1406

Open 0xonramp opened 1 month ago

0xonramp commented 1 month ago

Simplify Token usage across codebase so it's consistent

const hyeth = getTokenFromSymbol('hyETH')! export const HighYieldETHIndex: Token = { ...hyeth, coingeckoId: 'hyeth', fees: { streamingFee: ' 0.95%', }, image: hyeth.logoURI, indexTypes: [IndexType.leverage], isDangerous: true, url: 'hyeth', }