diff --git a/public/tokens/arb/icon.svg b/public/tokens/arb/icon.svg new file mode 100644 index 0000000..6487b5d --- /dev/null +++ b/public/tokens/arb/icon.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + diff --git a/public/tokens/arb/manifest.json b/public/tokens/arb/manifest.json new file mode 100644 index 0000000..0376e40 --- /dev/null +++ b/public/tokens/arb/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": false, + "svgIconPath": "/tokens/arb/icon.svg", + "defaultColor":"#000000", + "coingeckoId": "", + "defaultPrice": 1, + "roundCurrencyUpto": "2" +} diff --git a/public/tokens/arbx/manifest.json b/public/tokens/arbx/manifest.json new file mode 100644 index 0000000..182073f --- /dev/null +++ b/public/tokens/arbx/manifest.json @@ -0,0 +1,10 @@ +{ + "version": "2021-05-18", + "type": "ERC20", + "isSuperToken": true, + "svgIconPath": "/tokens/arb/icon.svg", + "superTokenType": "ERC20_WRAPPER", + "defaultColor":"#000000", + "defaultPrice": 1, + "coingeckoId": "" +}