From 0b9cc979b2572f3865e48246e322a15e5e276d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikk=20=C3=95un?= Date: Tue, 17 Oct 2023 12:58:38 +0300 Subject: [PATCH] CLUBx token (#192) CLUBx token --- public/tokens/clubx/icon.svg | 87 +++++++++++++++++++++++++++++++ public/tokens/clubx/manifest.json | 10 ++++ 2 files changed, 97 insertions(+) create mode 100644 public/tokens/clubx/icon.svg create mode 100644 public/tokens/clubx/manifest.json diff --git a/public/tokens/clubx/icon.svg b/public/tokens/clubx/icon.svg new file mode 100644 index 0000000..2f911b0 --- /dev/null +++ b/public/tokens/clubx/icon.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/tokens/clubx/manifest.json b/public/tokens/clubx/manifest.json new file mode 100644 index 0000000..2576628 --- /dev/null +++ b/public/tokens/clubx/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/clubx/icon.svg", + "superTokenType": "CUSTOM", + "coingeckoId": "", + "defaultColor": "#000009", + "defaultPrice": 0 +}