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',
}
Simplify
Tokenusage across codebase so it's consistentconst hyeth = getTokenFromSymbol('hyETH')!
export const HighYieldETHIndex: Token = {
...hyeth,
coingeckoId: 'hyeth',
fees: {
streamingFee: ' 0.95%',
},
image: hyeth.logoURI,
indexTypes: [IndexType.leverage],
isDangerous: true,
url: 'hyeth',
}