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