From bc0939011bd346e3fa3345f4cceb54dd5ec5afe8 Mon Sep 17 00:00:00 2001 From: Vijay Michalik Date: Tue, 16 Jan 2024 11:20:41 +0000 Subject: [PATCH] Add giv assets (#199) * Create manifest.json * Add files via upload * Create manifest.json --- public/tokens/giv/icon.svg | 6 ++++++ public/tokens/giv/manifest.json | 9 +++++++++ public/tokens/givx/manifest.json | 9 +++++++++ 3 files changed, 24 insertions(+) create mode 100644 public/tokens/giv/icon.svg create mode 100644 public/tokens/giv/manifest.json create mode 100644 public/tokens/givx/manifest.json diff --git a/public/tokens/giv/icon.svg b/public/tokens/giv/icon.svg new file mode 100644 index 0000000..d7f8d21 --- /dev/null +++ b/public/tokens/giv/icon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/tokens/giv/manifest.json b/public/tokens/giv/manifest.json new file mode 100644 index 0000000..2766cea --- /dev/null +++ b/public/tokens/giv/manifest.json @@ -0,0 +1,9 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "svgIconPath": "/tokens/giv/icon.svg", + "isSuperToken": false, + "defaultColor":"#FFFFFF", + "defaultPrice": 0, + "roundCurrencyUpto": "2" +} diff --git a/public/tokens/givx/manifest.json b/public/tokens/givx/manifest.json new file mode 100644 index 0000000..cfe1992 --- /dev/null +++ b/public/tokens/givx/manifest.json @@ -0,0 +1,9 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/giv/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultPrice": 0, + "defaultColor":"#FFFFFF" +}