diff --git a/explorer/public/tokens/kin.svg b/explorer/public/tokens/kin.svg new file mode 100644 index 000000000..18c4ac66a --- /dev/null +++ b/explorer/public/tokens/kin.svg @@ -0,0 +1 @@ +Kin_logo_RGB \ No newline at end of file diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index 26632ed35..da2d18e4b 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -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", + }, };