From 1890632263b58ccec3e7d6b9acaeabf43f977d1a Mon Sep 17 00:00:00 2001 From: 0xdavinchee <0xdavinchee@gmail.com> Date: Tue, 10 Oct 2023 12:14:31 +0300 Subject: [PATCH] add fxfundx manifest.json (#191) --- public/tokens/fxfundx/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/tokens/fxfundx/manifest.json diff --git a/public/tokens/fxfundx/manifest.json b/public/tokens/fxfundx/manifest.json new file mode 100644 index 0000000..ef570c9 --- /dev/null +++ b/public/tokens/fxfundx/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/fund/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "defaultPrice": 1, + "coingeckoId": "unification" +}