Skip to content

Commit

Permalink
Add KIN to known tokens (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 authored Jan 8, 2021
1 parent 8b39972 commit efcc69a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/utils/tokens/names.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ export const TOKENS = {
mintAddress: '3GECTP7H4Tww3w8jEPJCJtXUtXxiZty31S9szs84CcwQ',
tokenName: 'Holy Trinity Pool',
},
{
tokenSymbol: 'KIN',
mintAddress: 'kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6',
tokenName: 'KIN',
icon:
'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/kin/info/logo.png',
},
],
};

Expand Down

0 comments on commit efcc69a

Please sign in to comment.