From cde7b583b845114e34c0e6cba5954c5b6c5e63bd Mon Sep 17 00:00:00 2001 From: DR497 <47689875+dr497@users.noreply.github.com> Date: Mon, 1 Feb 2021 12:49:26 +0100 Subject: [PATCH] explorer: Add MAPS to token Registry (#14959) --- explorer/public/tokens/maps.svg | 1 + explorer/src/tokenRegistry.ts | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 explorer/public/tokens/maps.svg diff --git a/explorer/public/tokens/maps.svg b/explorer/public/tokens/maps.svg new file mode 100644 index 000000000..4ca57ec5c --- /dev/null +++ b/explorer/public/tokens/maps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index 61b77ca16..ef26aaca4 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -279,4 +279,11 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = { icon: "/tokens/brz.png", website: "https://brztoken.io", }, + MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb: { + symbol: "MAPS", + name: "MAPS", + logo: "/tokens/maps.svg", + icon: "/tokens/maps.svg", + website: "https://maps.me/", + }, };