diff --git a/app/images/coins/thunder.svg b/app/images/coins/thundercore.svg similarity index 100% rename from app/images/coins/thunder.svg rename to app/images/coins/thundercore.svg diff --git a/app/scripts/controllers/decryptWalletCtrl.js b/app/scripts/controllers/decryptWalletCtrl.js index b6b012a075..06f2db34b2 100644 --- a/app/scripts/controllers/decryptWalletCtrl.js +++ b/app/scripts/controllers/decryptWalletCtrl.js @@ -49,6 +49,7 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { tomoPath: 'm/44\'/889\'/0\'/0', // first address: m/44'/889'/0'/0/0 hwMixPath: 'm/44\'/76\'/0\'/0', // first address: m/44'/76'/0'/0/0 hwReoscPath: 'm/44\'/2894\'/0\'/0', // first address: m/44'/2894'/0'/0/0 + thundercorePath: 'm/44\'/1001\'/0\'/0', // first address: m/44'/1001'/0'/0/0 }; $scope.canUseMewConnect = MewConnectEth.checkWebRTCAvailable(); $scope.mewConnectMayFail = MewConnectEth.checkBrowser(); @@ -121,6 +122,9 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.REOSC: $scope.HDWallet.dPath = $scope.HDWallet.hwReoscPath; break; + case nodes.nodeTypes.THUNDERCORE: + $scope.HDWallet.dPath = $scope.HDWallet.thundercorePath; + break; default: $scope.HDWallet.dPath = $scope.HDWallet.ledgerPath; } @@ -269,6 +273,9 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.REOSC: $scope.HDWallet.dPath = $scope.HDWallet.hwReoscPath; break; + case nodes.nodeTypes.THUNDERCORE: + $scope.HDWallet.dPath = $scope.HDWallet.thundercorePath; + break; default: $scope.HDWallet.dPath = $scope.HDWallet.defaultDPath; } diff --git a/app/scripts/directives/walletDecryptDrtv.html b/app/scripts/directives/walletDecryptDrtv.html index 45ddb8216a..6173289b51 100644 --- a/app/scripts/directives/walletDecryptDrtv.html +++ b/app/scripts/directives/walletDecryptDrtv.html @@ -860,7 +860,7 @@