Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yushih committed Mar 28, 2024
1 parent 6b29ebb commit ee1f52d
Show file tree
Hide file tree
Showing 9 changed files with 599 additions and 492 deletions.
3 changes: 3 additions & 0 deletions packages/yoroi-extension/app/stores/toplevel/WalletStore.js
Expand Up @@ -500,6 +500,9 @@ export default class WalletStore extends Store<StoresMap, ActionsMap> {
isInitialSyncing: (PublicDeriver<>) => boolean = (publicDeriver) => {
return this.initialSyncingWalletIds.includes(publicDeriver.getPublicDeriverId());
}

//fixme
async refreshWalletFromRemote(_: any): Promise<void> {}
}

export const WalletCreationNotifications: {| [key: string]: Notification |} = {
Expand Down

0 comments on commit ee1f52d

Please sign in to comment.