diff --git a/public/tokens/bleu/icon.png b/public/tokens/bleu/icon.png new file mode 100644 index 0000000..03676a1 Binary files /dev/null and b/public/tokens/bleu/icon.png differ diff --git a/public/tokens/bleu/manifest.json b/public/tokens/bleu/manifest.json new file mode 100644 index 0000000..8f49602 --- /dev/null +++ b/public/tokens/bleu/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": false, + "svgIconPath": "/tokens/bleu/icon.png", + "defaultColor":"#000000", + "coingeckoId": "", + "defaultPrice": 1, + "roundCurrencyUpto": "2" +} diff --git a/public/tokens/bleux/manifest.json b/public/tokens/bleux/manifest.json new file mode 100644 index 0000000..3303129 --- /dev/null +++ b/public/tokens/bleux/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/bleu/icon.png", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "defaultPrice": 2, + "coingeckoId": "" +}