explorer: add Kin to token registry (#14168)

This commit is contained in:
Josh
2020-12-16 19:29:26 -08:00
committed by GitHub
parent 5617ab65d8
commit 33de9300d2
2 changed files with 8 additions and 0 deletions

View File

@@ -265,4 +265,11 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = {
icon: "/tokens/fida.svg",
website: "https://bonfida.com",
},
kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6: {
symbol: "KIN",
name: "KIN",
logo: "/tokens/kin.svg",
icon: "/tokens/kin.svg",
website: "https://kin.org",
},
};