diff --git a/public/tokens/weeth/icon.png b/public/tokens/weeth/icon.png new file mode 100644 index 0000000..726f589 Binary files /dev/null and b/public/tokens/weeth/icon.png differ diff --git a/public/tokens/weeth/manifest.json b/public/tokens/weeth/manifest.json new file mode 100644 index 0000000..2ebabd3 --- /dev/null +++ b/public/tokens/weeth/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": false, + "svgIconPath": "/tokens/weeth/icon.png", + "defaultColor":"#000000", + "coingeckoId": "", + "defaultPrice": 1, + "roundCurrencyUpto": "2" +} diff --git a/public/tokens/weethx/manifest.json b/public/tokens/weethx/manifest.json new file mode 100644 index 0000000..2f5cdea --- /dev/null +++ b/public/tokens/weethx/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/weeth/icon.png", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "defaultPrice": 1, + "coingeckoId": "" +} diff --git a/public/tokens/wsteth/icon.png b/public/tokens/wsteth/icon.png new file mode 100644 index 0000000..51032a1 Binary files /dev/null and b/public/tokens/wsteth/icon.png differ diff --git a/public/tokens/wsteth/manifest.json b/public/tokens/wsteth/manifest.json new file mode 100644 index 0000000..6ee786d --- /dev/null +++ b/public/tokens/wsteth/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": false, + "svgIconPath": "/tokens/wsteth/icon.png", + "defaultColor":"#000000", + "coingeckoId": "", + "defaultPrice": 1, + "roundCurrencyUpto": "2" +} diff --git a/public/tokens/wstethx/manifest.json b/public/tokens/wstethx/manifest.json new file mode 100644 index 0000000..015a952 --- /dev/null +++ b/public/tokens/wstethx/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/wsteth/icon.png", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "defaultPrice": 1, + "coingeckoId": "" +}