diff --git a/app/scripts/controllers/decryptWalletCtrl.js b/app/scripts/controllers/decryptWalletCtrl.js index 4eaf672bba..2d059f2a6a 100644 --- a/app/scripts/controllers/decryptWalletCtrl.js +++ b/app/scripts/controllers/decryptWalletCtrl.js @@ -28,6 +28,7 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { hwEllaismPath: "m/44'/163'/0'/0", // first address: m/44'/163'/0'/0/0 hwEtherGemPath: "m/44'/1987'/0'/0", // first address: m/44'/1987'/0'/0/0 hwCallistoPath: "m/44'/820'/0'/0", // first address: m/44'/820'/0'/0/0 + hwSocialPath: "m/44'/1128'/0'/0", // first address: m/44'/1128'/0'/0/0 singularDTVPath: "m/0'/0'/0'", // first address: m/0'/0'/0'/0 hwRskPath: "m/44'/137'/0'/0", // first address : m/44'/137'/0'/0/0 }; @@ -93,8 +94,8 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.CLO: $scope.HDWallet.dPath = $scope.HDWallet.hwCallistoPath; break; - case nodes.nodeTypes.CLOT: - $scope.HDWallet.dPath = $scope.HDWallet.trezorTestnetPath; + case nodes.nodeTypes.ETSC: + $scope.HDWallet.dPath = $scope.HDWallet.hwSocialPath; break; default: $scope.HDWallet.dPath = $scope.HDWallet.trezorPath; @@ -125,8 +126,8 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.CLO: $scope.HDWallet.dPath = $scope.HDWallet.hwCallistoPath; break; - case nodes.nodeTypes.CLOT: - $scope.HDWallet.dPath = $scope.HDWallet.trezorTestnetPath; + case nodes.nodeTypes.ETSC: + $scope.HDWallet.dPath = $scope.HDWallet.hwSocialPath; break; default: $scope.HDWallet.dPath = $scope.HDWallet.defaultDPath; diff --git a/app/scripts/directives/walletDecryptDrtv.html b/app/scripts/directives/walletDecryptDrtv.html index b5d2ab87f9..541b59a588 100644 --- a/app/scripts/directives/walletDecryptDrtv.html +++ b/app/scripts/directives/walletDecryptDrtv.html @@ -47,7 +47,7 @@
+ Network: Ethereum Social +