diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/js/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js index 3dde602..2c2e99a 100644 --- a/src/js/index.js +++ b/src/js/index.js | |||
@@ -3088,6 +3088,13 @@ | |||
3088 | setHdCoin(19165); | 3088 | setHdCoin(19165); |
3089 | }, | 3089 | }, |
3090 | }, | 3090 | }, |
3091 | { | ||
3092 | name: "SCRIBE - Scribe", | ||
3093 | onSelect: function() { | ||
3094 | network = libs.bitcoin.networks.scribe; | ||
3095 | setHdCoin(545); | ||
3096 | }, | ||
3097 | }, | ||
3091 | { | 3098 | { |
3092 | name: "SLS - Salus", | 3099 | name: "SLS - Salus", |
3093 | onSelect: function() { | 3100 | onSelect: function() { |