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

feat: add solana tokens to coins #112

Merged
merged 3 commits into from
Nov 17, 2022
Merged

feat: add solana tokens to coins #112

merged 3 commits into from
Nov 17, 2022

Conversation

0xksure
Copy link
Contributor

@0xksure 0xksure commented Nov 17, 2022

Add Solana token support to coins

src/coins.ts Outdated
coinKey: CoinKey.SOL,
name: 'Wrapped SOL',
logoURI:
'https://assets.coingecko.com/coins/images/4128/small/solana.png?1640133422',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need these params ?1640133422 in the end? 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha no

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0xksure let's remove them from all the tokens 😄

src/coins.ts Outdated
key: CoinKey.SOL,
name: CoinKey.SOL,
logoURI:
'https://assets.coingecko.com/coins/images/4128/small/solana.png?1640133422',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same ?1640133422

@0xksure 0xksure merged commit c848cdc into main Nov 17, 2022
@0xksure 0xksure deleted the feat/add-solana-tokens branch November 17, 2022 12:33
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

Successfully merging this pull request may close these issues.

None yet

2 participants