File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2425plugins . trx . init ( ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments