fix: Fix walletconnect connecting only with the first wallet (#1247)

This commit is contained in:
Adegoke David 2023-12-28 02:37:36 +01:00 committed by GitHub
parent c8856f5ca1
commit 92914a8532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 40 additions and 66 deletions

View file

@ -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(