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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 841.89 595.28"><defs><style>.cls-1,.cls-2{fill:#6f41e8;}.cls-1{fill-rule:evenodd;}</style></defs><title>Kin_logo_RGB</title><path class="cls-1" d="M346.18,297.51v.55a14.24,14.24,0,0,0,14.21,14.2h7.8a5.85,5.85,0,0,1,5.85,5.85v24H349.68a5.85,5.85,0,0,1-5.85-5.85v-9.84a14.25,14.25,0,0,0-14.2-14.21h-.55a14.25,14.25,0,0,0-14.2,14.21v15.69H287.65V253.5h27.23v15.88a14.24,14.24,0,0,0,14.2,14.21h.55a14.24,14.24,0,0,0,14.2-14.21v-10a5.85,5.85,0,0,1,5.85-5.85H374v24a5.85,5.85,0,0,1-5.85,5.85h-7.8A14.24,14.24,0,0,0,346.18,297.51Z"/><path class="cls-2" d="M433.73,253.5v88.57H408V253.5Z"/><path class="cls-1" d="M554.24,253.21v88.86H530.69a5.84,5.84,0,0,1-4.8-2.51l-33.25-47.74v50.25h-25V253.21h23.57a5.83,5.83,0,0,1,4.8,2.5l33.24,47.74V253.21Z"/></svg>

After

Width:  |  Height:  |  Size: 832 B

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",
},
};