Skip to content

Commit

Permalink
fix: add fuse and telos to currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Dec 24, 2022
1 parent 05900e2 commit de3d518
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/react/src/core/crypto-currency/constants/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,16 @@ export const KNOWN_CRYPTO_CURRENCIES: CryptoCurrency[] = [
icon: 'BNB',
coinGeckoId: 'binancecoin',
},
{
symbol: 'FUSE',
name: 'FUSE',
icon: 'FUSE',
coinGeckoId: 'fuse',
},
{
symbol: 'TLOS',
name: 'TELOS',
icon: 'TLOS',
coinGeckoId: 'telos',
},
];

0 comments on commit de3d518

Please sign in to comment.