Skip to content

Commit

Permalink
feat(app): add fantom to default cryptos
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnunchik committed May 7, 2024
1 parent 6574336 commit 79bb354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/lib/account/defaultCryptos.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import dogecoin from '@coinspace/crypto-db/crypto/dogecoin@dogecoin.json';
import eos from '@coinspace/crypto-db/crypto/eos@eos.json';
import ethereum from '@coinspace/crypto-db/crypto/ethereum@ethereum.json';
import ethereumClassic from '@coinspace/crypto-db/crypto/ethereum-classic@ethereum-classic.json';
import fantom from '@coinspace/crypto-db/crypto/fantom@fantom.json';
import litecoin from '@coinspace/crypto-db/crypto/litecoin@litecoin.json';
import monero from '@coinspace/crypto-db/crypto/monero@monero.json';
import optimism from '@coinspace/crypto-db/crypto/ethereum@optimism.json';
Expand All @@ -32,6 +33,7 @@ export default [
eos,
ethereum,
ethereumClassic,
fantom,
litecoin,
monero,
optimism,
Expand Down

0 comments on commit 79bb354

Please sign in to comment.