diff --git a/assets/scripts/iguana_api.js b/assets/scripts/iguana_api.js
index 8fce8d9..bbe74c9 100644
--- a/assets/scripts/iguana_api.js
+++ b/assets/scripts/iguana_api.js
@@ -133,7 +133,7 @@ function Iguana_HashHex(data) {
}
function Iguana_SetRPCAuth() {
- var tmpPass = md5(PassPhraseGenerator.generatePassPhrase(128));
+ var tmpPass = 1234; //md5(PassPhraseGenerator.generatePassPhrase(128));
sessionStorage.setItem('IguanaRPCAuth', tmpPass);
}
diff --git a/assets/scripts/lang/en.js b/assets/scripts/lang/en.js
index 008b49c..78f645e 100644
--- a/assets/scripts/lang/en.js
+++ b/assets/scripts/lang/en.js
@@ -165,7 +165,7 @@ const _lang = {
'IMPORT_KEYS_DESC_P1': 'This section allows you to import private key of all iguana supported coins, Assetchain, Geckochain, or PAXchain by the wallet.',
'IMPORT_KEYS_DESC_P2': 'It is not mandatory to have that coin active in the wallet for which you are executing import private key process.',
'IMPORT_KEYS_DESC_P3': 'You\'ll also notice the private key you imported for one coin or chain will also be showing a new address in all other coin wallets\' receiving address section. ' +
- 'It is normal.',
+ 'It is normal.',
'INPUT_PRIV_KEY': 'Input Private Key',
'IMPORT_PRIV_KEY': 'Import Private Key',
'DEBUG_LOG': 'Debug Log',
@@ -184,7 +184,7 @@ const _lang = {
'TO_USE_JUMBLR': 'To use Jumblr feature, you need to activate Komodo in Native Mode.',
'IF_YOU_ALREADY_RUNNING': 'If you are already running Komodo in either Basilisk Mode or Full Mode, close the wallet and restart again to start Komodo In Native Mode.',
'THIS_SCREEN_DOESNT_REFRESH': 'This screen does not auto refresh. ' +
- 'You will need to hit the Refresh button on the top right corner of the screen to get latest Jumblr data.',
+ 'You will need to hit the Refresh button on the top right corner of the screen to get latest Jumblr data.',
'FEW_SECURITY_NOTES': 'Few Security Notes for your Privacy and Anonymity of funds',
'FEW_SECURITY_NOTES_DESC1': 'Jumblr addresses (BTC Jumbler and KMD Jumbler) addresses are your Private Addresses.',
'FEW_SECURITY_NOTES_DESC2': 'DO NOT SHARE your Jumblr addresses with anyone.',
diff --git a/assets/scripts/sidebar.js b/assets/scripts/sidebar.js
index b5c5069..1614001 100644
--- a/assets/scripts/sidebar.js
+++ b/assets/scripts/sidebar.js
@@ -199,7 +199,7 @@ $('#nav-zcash-wallet').on('click', function() {
$('[data-extcointitle]').text('Zcash');
$('[data-extcointitle="Zcash"]');
});
-
+
KMDWalletDashboard.init(); // Initiate Komodo Dashbaord sript
RunKMDInitFunctions();
//removeKMDWalletStyle();
@@ -440,7 +440,7 @@ function removeZECWalletStyle() {
}
function applyJumblrStyle() {
- $('.header-easydex-section').html(' ' + _lang[defaultLang].SIDEBAR.JUMBLR_MOTTO);
+ $('.header-easydex-section').html(' ' + _lang[defaultLang].SIDEBAR.JUMBLR_MOTTO);
$('.page-title').hide();
$('#easydex-header-div').css('background-image', 'url("assets/images/bg/jumblr_transparent_header_bg.png")');
$('#easydex-header-div').css('background-repeat', 'no-repeat');
diff --git a/assets/scripts/templates/atomicExplorer.js b/assets/scripts/templates/atomicExplorer.js
new file mode 100644
index 0000000..2ed6620
--- /dev/null
+++ b/assets/scripts/templates/atomicExplorer.js
@@ -0,0 +1,103 @@
+templates.atomicExplorer =
+`
+
+
+`;
\ No newline at end of file
diff --git a/assets/scripts/templates/walletBalanceWidget.js b/assets/scripts/templates/walletBalanceWidget.js
new file mode 100644
index 0000000..a30c4a7
--- /dev/null
+++ b/assets/scripts/templates/walletBalanceWidget.js
@@ -0,0 +1,84 @@
+templates.walletBalanceWidget =
+`
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
\ No newline at end of file
diff --git a/assets/scripts/templates/walletSettings.js b/assets/scripts/templates/walletSettings.js
new file mode 100644
index 0000000..504932b
--- /dev/null
+++ b/assets/scripts/templates/walletSettings.js
@@ -0,0 +1,309 @@
+templates.walletSettings =
+`
+
+