Skip to content

Commit

Permalink
Merge pull request #92 from hypercerts-org/chore/update-sdk-dependencies
Browse files Browse the repository at this point in the history
(chore): update sdk dependencies
  • Loading branch information
Jipperism authored Jun 19, 2024
2 parents c8d69a0 + e4eb254 commit 6d24925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/controllers/MarketplaceController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ export class MarketplaceController extends Controller {
}

const hypercertClient = new HypercertClient({
chain: { id: chainId },
indexerEnvironment: "all",
environment: "test"
});
const tokenIds = makerOrder.itemIds.map(
(id) => `${chainId}-${makerOrder.collection.toLowerCase()}-${id}`,
Expand Down

0 comments on commit 6d24925

Please sign in to comment.