mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-27 03:15:55 +00:00
780f3ba94f
* balance fetching * fix tests * bump deps * validate custom token form * equiv values * fix rates saga naming * address review comments
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
// @flow
|
|
|
|
export { default as BaseWallet } from './base';
|
|
export { default as PrivKeyWallet } from './privkey';
|