diff options
author | scribenetwork <38965380+scribenetwork@users.noreply.github.com> | 2020-08-12 02:58:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 02:58:56 +0200 |
commit | fba7e98aeaf3c756ea4e4741026581c69f491093 (patch) | |
tree | e7267457a02cfa00cbbabf0b17ad98ba9641b5b1 /src | |
parent | 95b306106ffd54bdb5b19d1b21617b677cb22262 (diff) | |
download | BIP39-fba7e98aeaf3c756ea4e4741026581c69f491093.tar.gz BIP39-fba7e98aeaf3c756ea4e4741026581c69f491093.tar.zst BIP39-fba7e98aeaf3c756ea4e4741026581c69f491093.zip |
Update index.js
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() { |