diff --git a/public/tokens/king/icon.svg b/public/tokens/king/icon.svg new file mode 100644 index 0000000..32381b2 --- /dev/null +++ b/public/tokens/king/icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/public/tokens/king/manifest.json b/public/tokens/king/manifest.json new file mode 100644 index 0000000..33209cb --- /dev/null +++ b/public/tokens/king/manifest.json @@ -0,0 +1,8 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": false, + "svgIconPath": "/tokens/king/icon.svg", + "defaultColor":"#000000", + "coingeckoId": "" +} diff --git a/public/tokens/kingx/manifest.json b/public/tokens/kingx/manifest.json new file mode 100644 index 0000000..5938b17 --- /dev/null +++ b/public/tokens/kingx/manifest.json @@ -0,0 +1,9 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/king/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "coingeckoId": "" +}