From efddc182b789da9a6e3e6d7905273a042463eba8 Mon Sep 17 00:00:00 2001 From: Egor Komarov Date: Tue, 24 Dec 2024 11:10:40 +0100 Subject: [PATCH] feat: update `nekoton`; add jetton gql connection; --- lib/src/models/token_wallet_related/jetton_token_wallet.dart | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src/models/token_wallet_related/jetton_token_wallet.dart b/lib/src/models/token_wallet_related/jetton_token_wallet.dart index 21e0591..a02a53e 100644 --- a/lib/src/models/token_wallet_related/jetton_token_wallet.dart +++ b/lib/src/models/token_wallet_related/jetton_token_wallet.dart @@ -6,6 +6,7 @@ class JettonTokenWallet extends GenericTokenWallet { static Future subscribe({ required Transport transport, + required GqlConnection gqlConnection, required Address owner, required Address rootTokenContract, required Symbol symbol, @@ -13,6 +14,7 @@ class JettonTokenWallet extends GenericTokenWallet { JettonTokenWallet( await JettonWallet.subscribe( transport: transport, + gqlConnection: gqlConnection, owner: owner, rootTokenContract: rootTokenContract, ), diff --git a/pubspec.yaml b/pubspec.yaml index 6e39e11..605a9e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: equatable: ^2.0.7 flutter: sdk: flutter - flutter_nekoton_bridge: ^2.0.2 + flutter_nekoton_bridge: ^2.1.0 freezed_annotation: ^2.4.4 get_it: ^7.7.0 injectable: ^2.5.0