From 903c88ff670f7751b1594d32acf45bf16d14211e Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Thu, 4 Jul 2024 12:46:55 +0100 Subject: [PATCH] Add Boring (#227) * Create manifest.json * Add files via upload * Delete public/tokens/boring/icon.png * Add files via upload * Update manifest.json --- public/tokens/boring/icon.svg | 35 ++++++++++++++++++++++++++++++ public/tokens/boring/manifest.json | 12 ++++++++++ 2 files changed, 47 insertions(+) create mode 100644 public/tokens/boring/icon.svg create mode 100644 public/tokens/boring/manifest.json diff --git a/public/tokens/boring/icon.svg b/public/tokens/boring/icon.svg new file mode 100644 index 0000000..6302230 --- /dev/null +++ b/public/tokens/boring/icon.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/tokens/boring/manifest.json b/public/tokens/boring/manifest.json new file mode 100644 index 0000000..1093723 --- /dev/null +++ b/public/tokens/boring/manifest.json @@ -0,0 +1,12 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/boring/icon.svg", + "superTokenType": "CUSTOM", + "superTokenCustomProperties": ["PRE_MINTED"], + "defaultColor":"#000000", + "coingeckoId": "", + "defaultPrice": 1, + "roundCurrencyUpto": "2" +}