Skip to content

Commit

Permalink
fix: filter tokens in MoMa postcard project
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangbtmrk committed Sep 6, 2024
1 parent 2ec12b8 commit 6157ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/screen/moma_postcard_page/moma_postcard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import 'dart:async';

import 'package:autonomy_flutter/common/environment.dart';
import 'package:autonomy_flutter/common/injector.dart';
import 'package:autonomy_flutter/screen/app_router.dart';
import 'package:autonomy_flutter/screen/detail/artwork_detail_page.dart';
Expand Down Expand Up @@ -50,6 +51,7 @@ class _MoMAPostcardPageState extends State<MoMAPostcardPage> {
nftBloc.add(
GetTokensByOwnerEvent(
pageKey: nextKey,
contractAddress: Environment.postcardContractAddress,
),
);
}
Expand Down

0 comments on commit 6157ad1

Please sign in to comment.