From c83a6e7de1750bb0dadf432f292829851f1c29fd Mon Sep 17 00:00:00 2001 From: Nathan James Date: Tue, 4 Aug 2020 10:53:52 +0300 Subject: [PATCH] fix for hint accounts, and explorers --- package.json | 2 +- src/components/ManageAccounts.vue | 23 +++++++++++++++++++---- src/components/wallet/Assets.vue | 2 +- src/components/wallet/History.vue | 2 +- src/store/store.js | 2 +- src/views/popouts/AppLogin.vue | 22 ++++------------------ 6 files changed, 27 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index b9e938f..75cc430 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@walletpack/core": "^1.0.50", "@walletpack/eosio": "^0.0.61", "@walletpack/ethereum": "^0.0.59", - "@walletpack/fio": "^0.0.27", + "@walletpack/fio": "^0.0.28", "@walletpack/tron": "^0.0.62", "aes-oop": "^1.0.4", "bip32": "^2.0.4", diff --git a/src/components/ManageAccounts.vue b/src/components/ManageAccounts.vue index 883badc..7931cb3 100644 --- a/src/components/ManageAccounts.vue +++ b/src/components/ManageAccounts.vue @@ -21,7 +21,15 @@