Skip to content

Commit 0d1fe73

Browse files
committed
fio signing
1 parent 140f17e commit 0d1fe73

3 files changed

Lines changed: 190 additions & 226 deletions

File tree

electron/services/wallet.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const plugins = {
1818
eos:new (require('@walletpack/eosio').default)(),
1919
trx:new (require('@walletpack/tron').default)(),
2020
btc:new (require('@walletpack/bitcoin').default)(),
21-
eth:new (require('@walletpack/ethereum').default)()
21+
eth:new (require('@walletpack/ethereum').default)(),
22+
fio:new (require('@walletpack/fio').default)()
2223
}
2324

2425
plugins.trx.init();

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
"dependencies": {
1919
"@ledgerhq/hw-app-eth": "^4.68.4",
2020
"@ledgerhq/hw-transport-node-hid": "^4.78.0",
21-
"@walletpack/bitcoin": "^1.0.34",
22-
"@walletpack/core": "^1.0.31",
23-
"@walletpack/eosio": "^0.0.40",
24-
"@walletpack/ethereum": "^0.0.37",
25-
"@walletpack/tron": "^0.0.40",
21+
"@walletpack/bitcoin": "^1.0.44",
22+
"@walletpack/core": "^1.0.41",
23+
"@walletpack/eosio": "^0.0.50",
24+
"@walletpack/ethereum": "^0.0.48",
25+
"@walletpack/tron": "^0.0.50",
26+
"@walletpack/fio": "^0.0.8",
2627
"aes-oop": "^1.0.4",
2728
"asn1-ber": "^1.0.9",
2829
"bip32-path": "^0.4.2",

0 commit comments

Comments
 (0)