Add SECO and HOLY to known coins

This commit is contained in:
Nishad 2020-12-20 02:03:43 +08:00
parent abc00eefa6
commit 0bdf03b92f
1 changed files with 11 additions and 1 deletions

View File

@ -174,7 +174,7 @@ export const TOKENS = {
{
tokenSymbol: 'FIDA',
mintAddress: 'EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp',
tokenName: 'FIDA',
tokenName: 'Bonfida Token',
icon:
'https://raw.githubusercontent.com/dr497/awesome-serum-markets/master/icons/fida.svg',
},
@ -185,6 +185,16 @@ export const TOKENS = {
icon:
'https://raw.githubusercontent.com/dr497/awesome-serum-markets/master/icons/lqid.svg',
},
{
tokenSymbol: 'SECO',
mintAddress: '7CnFGR9mZWyAtWxPcVuTewpyC3A3MDW4nLsu5NY6PDbd',
tokenName: 'Serum Ecosystem Pool Token',
},
{
tokenSymbol: 'HOLY',
mintAddress: '3GECTP7H4Tww3w8jEPJCJtXUtXxiZty31S9szs84CcwQ',
tokenName: 'Holy Trinity Pool',
},
],
};