Skip to content

Commit

Permalink
feat: update nekoton; add jetton gql connection;
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Komarov committed Dec 24, 2024
1 parent ad79324 commit efddc18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/src/models/token_wallet_related/jetton_token_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ class JettonTokenWallet extends GenericTokenWallet {

static Future<JettonTokenWallet> subscribe({
required Transport transport,
required GqlConnection gqlConnection,
required Address owner,
required Address rootTokenContract,
required Symbol symbol,
}) async =>
JettonTokenWallet(
await JettonWallet.subscribe(
transport: transport,
gqlConnection: gqlConnection,
owner: owner,
rootTokenContract: rootTokenContract,
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efddc18

Please sign in to comment.