Skip to content

Commit

Permalink
chore: clean AppKit.initialize (#3524)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored Jan 2, 2025
1 parent 93cee5c commit da5c761
Show file tree
Hide file tree
Showing 15 changed files with 488 additions and 376 deletions.
2 changes: 1 addition & 1 deletion packages/appkit-new/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export class AppKit {
OptionsController.setIncludeWalletIds(options.includeWalletIds)
OptionsController.setExcludeWalletIds(options.excludeWalletIds)
if (options.excludeWalletIds) {
ApiController.searchWalletByIds({ ids: options.excludeWalletIds })
ApiController.initializeExcludedWalletRdns({ ids: options.excludeWalletIds })
}
OptionsController.setFeaturedWalletIds(options.featuredWalletIds)
OptionsController.setTokens(options.tokens)
Expand Down
Loading

0 comments on commit da5c761

Please sign in to comment.