Add KIN to known tokens (#67)

This commit is contained in:
DR497 2021-01-09 04:05:34 +08:00 committed by GitHub
parent 8b399721d5
commit efcc69a1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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',
},
],
};