From 5b0b1a5c9aa61d3d5161ee1a7054bf49159dac70 Mon Sep 17 00:00:00 2001 From: Scotty0448 Date: Tue, 26 Jan 2021 16:12:25 -0700 Subject: Add Ritocoin (RITO) --- src/js/index.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/js/index.js') diff --git a/src/js/index.js b/src/js/index.js index fd8c16b..f7835fa 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -3218,6 +3218,13 @@ setHdCoin(4); }, }, + { + name: "RITO - Ritocoin", + onSelect: function() { + network = libs.bitcoin.networks.ritocoin; + setHdCoin(19169); + }, + }, { name: "RVR - RevolutionVR", onSelect: function() { -- cgit v1.2.3