diff --git a/CHANGELOG.md b/CHANGELOG.md index 09027f0592..3ba8cae5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ ### Release v3.21.13 ### Update +- Update UMKA token address [#1880](https://github.com/kvhnuke/etherwallet/pull/1880) +- [Network] linting css & walletDecryptDrtv.html [#1878](https://github.com/kvhnuke/etherwallet/pull/1880) - Minor grammatical fixes [#1873](https://github.com/kvhnuke/etherwallet/pull/1873) - Update CLO explorer address [#1872](https://github.com/kvhnuke/etherwallet/pull/1872) - Fix network tab css [#1870](https://github.com/kvhnuke/etherwallet/pull/1870) ### New +- Add COIN token [#1880](https://github.com/kvhnuke/etherwallet/pull/1880) +- YAP Node [#1876](https://github.com/kvhnuke/etherwallet/pull/1876) - Add EGT, WYS, IOTX, BTCL, GZR and FYX tokens [#1874](https://github.com/kvhnuke/etherwallet/pull/1874) - Add OS.University EDU tokens to MEW [#1871](https://github.com/kvhnuke/etherwallet/pull/1871) diff --git a/app/scripts/abiDefinitions/yapAbi.json b/app/scripts/abiDefinitions/yapAbi.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/app/scripts/abiDefinitions/yapAbi.json @@ -0,0 +1 @@ +[] diff --git a/app/scripts/controllers/decryptWalletCtrl.js b/app/scripts/controllers/decryptWalletCtrl.js index 59154d95eb..e49e48bb5a 100644 --- a/app/scripts/controllers/decryptWalletCtrl.js +++ b/app/scripts/controllers/decryptWalletCtrl.js @@ -30,6 +30,7 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { 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 hwMusicoinPath: "m/44'/184'/0'/0", // first address: m/44'/184'/0'/0/0 + hwYapstonePath: "m/44'/528'/0'/0", // first address: m/44'/528'/0'/0/0 hwESNetworkPath: "m/44'/31102'/0'/0", // first address: m/44'/31102'/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 @@ -102,6 +103,9 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.MUSIC: $scope.HDWallet.dPath = $scope.HDWallet.hwMusicoinPath; break; + case nodes.nodeTypes.YAP: + $scope.HDWallet.dPath = $scope.HDWallet.hwYapstonePath; + break; case nodes.nodeTypes.ESN: $scope.HDWallet.dPath = $scope.HDWallet.hwESNetworkPath; break; @@ -140,6 +144,9 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.MUSIC: $scope.HDWallet.dPath = $scope.HDWallet.hwMusicoinPath; break; + case nodes.nodeTypes.YAP: + $scope.HDWallet.dPath = $scope.HDWallet.hwYapstonePath; + break; case nodes.nodeTypes.ESN: $scope.HDWallet.dPath = $scope.HDWallet.hwESNetworkPath; break; diff --git a/app/scripts/directives/walletDecryptDrtv.html b/app/scripts/directives/walletDecryptDrtv.html index a79a7ae481..77eaa64c4b 100644 --- a/app/scripts/directives/walletDecryptDrtv.html +++ b/app/scripts/directives/walletDecryptDrtv.html @@ -47,7 +47,7 @@
- Network: Ethereum Social -
+ Network: Ethereum Social +
- Network: Musicoin -
+ Network: Musicoin +
+ Network: Yapstone +