Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor 'Token' types #1406

Open
0xonramp opened this issue Jul 5, 2024 · 1 comment
Open

Refactor 'Token' types #1406

0xonramp opened this issue Jul 5, 2024 · 1 comment

Comments

@0xonramp
Copy link
Collaborator

0xonramp commented Jul 5, 2024

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',
}

@janndriessen
Copy link
Collaborator

Should use new tokenlist - once in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants