Skip to content

Commit

Permalink
Update packages/bridge-ui/src/libs/bridge/fetchNFTs.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored May 2, 2024
1 parent e34a04b commit 95c5b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bridge-ui/src/libs/bridge/fetchNFTs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const fetchL2NFTs = async ({
refresh: boolean;
}) => {
log('fetching L2 NFTs', { userAddress, srcChainId, refresh });
// todo pagination
const indexerPromises: Promise<NFT[]>[] = eventIndexerApiServices.map(async (eventIndexerApiService) => {
const { items: result } = await eventIndexerApiService.getAllNftsByAddressFromAPI(userAddress, BigInt(srcChainId), {
page: 0,
Expand Down

0 comments on commit 95c5b51

Please sign in to comment.