Skip to content

Commit

Permalink
Add LQID and FIDA (project-serum#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 authored Dec 18, 2020
1 parent 1f6e111 commit 37efefa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/utils/tokens/names.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,20 @@ export const TOKENS = {
icon:
'https://raw.githubusercontent.com/trustwallet/assets/2d2491130e6beda208ba4fc6df028a82a0106ab6/blockchains/ethereum/assets/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC/logo.png',
},
{
tokenSymbol: 'FIDA',
mintAddress: 'EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp',
tokenName: 'FIDA',
icon:
'https://raw.githubusercontent.com/dr497/awesome-serum-markets/master/icons/fida.svg',
},
{
tokenSymbol: 'LQID',
mintAddress: 'A6aY2ceogBz1VaXBxm1j2eJuNZMRqrWUAnKecrMH85zj',
tokenName: 'LQID',
icon:
'https://raw.githubusercontent.com/dr497/awesome-serum-markets/master/icons/lqid.svg',
},
],
};

Expand Down

0 comments on commit 37efefa

Please sign in to comment.