mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 13:37:01 +00:00
* 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';
|