mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix: Fix walletconnect connecting only with the first wallet (#1247)
This commit is contained in:
parent
c8856f5ca1
commit
92914a8532
8 changed files with 40 additions and 66 deletions
|
@ -474,7 +474,7 @@ Future<void> setup({
|
|||
|
||||
final appStore = getIt.get<AppStore>();
|
||||
|
||||
getIt.registerLazySingleton<WalletConnectKeyService>(() => KeyServiceImpl(appStore.wallet!));
|
||||
getIt.registerLazySingleton<WalletConnectKeyService>(() => KeyServiceImpl());
|
||||
|
||||
getIt.registerLazySingleton<Web3WalletService>(() {
|
||||
final Web3WalletService web3WalletService = Web3WalletService(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue