Skip to content

Commit

Permalink
fix: correct fuse coingecko id
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Dec 25, 2022
1 parent 8b89bc1 commit ad5c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/constants/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const KNOWN_CRYPTO_CURRENCIES: CryptoCurrency[] = [
symbol: 'FUSE',
name: 'FUSE',
icon: 'FUSE',
coinGeckoId: 'fuse',
coinGeckoId: 'fuse-network-token',
coinMarketCapSymbol: 'FUSE',
},
{
Expand Down

0 comments on commit ad5c5b9

Please sign in to comment.