diff --git a/config/tokens.json b/config/tokens.json index 3cb638e..0c87c19 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -131,6 +131,30 @@ "token": "0x49F9ECF126B6dDF51C731614755508A4674bA7eD", "decimals": 18, "pairs": ["BCH", "RMZ"] + }, + { + "abbr": "1BCH", + "value": "1BCH", + "protocol": "SEP20_PROTOCOL", + "blockchain": "BCH", + "label": "1BCH", + "ticker": "1bch", + "explorer": "https://www.smartscan.cash/tx/", + "token": "0x77d4b6e44a53bbda9a1d156b32bb53a2d099e53d", + "decimals": 18, + "pairs": ["BCH"] + }, + { + "abbr": "rBCH", + "value": "rBCH", + "protocol": "SEP20_PROTOCOL", + "blockchain": "BCH", + "label": "rBCH", + "ticker": "rbch", + "explorer": "https://www.smartscan.cash/tx/", + "token": "0xb4602588e5f1f9653b6f234206c91552e457facb", + "decimals": 18, + "pairs": ["BCH"] } ] } diff --git a/icons/0x77d4b6e44a53bbda9a1d156b32bb53a2d099e53d.png b/icons/0x77d4b6e44a53bbda9a1d156b32bb53a2d099e53d.png new file mode 100644 index 0000000..58a8f61 Binary files /dev/null and b/icons/0x77d4b6e44a53bbda9a1d156b32bb53a2d099e53d.png differ diff --git a/icons/0xb4602588e5f1f9653b6f234206c91552e457facb.png b/icons/0xb4602588e5f1f9653b6f234206c91552e457facb.png new file mode 100644 index 0000000..7033a31 Binary files /dev/null and b/icons/0xb4602588e5f1f9653b6f234206c91552e457facb.png differ