Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Mar 15, 2024
1 parent aff8239 commit 5ada538
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/opensea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@ function sleep(ms: number): Promise<void> {
// https://github.com/ProjectOpenSea/opensea-js/blob/main/developerDocs/advanced-use-cases.md

const run = async (): Promise<void> => {
// const slug = "marksman-ladders-v3";
// const slug = "mintbase-chain-abstraction";
// const slug = "wutangkillabeez-1";
// const slug = "ums-econtract-1";
const slug = "mintbase-chain-abstraction-v2";
console.log("Retrieving Listings for...");
const listings = await openseaSDK.api.getAllListings(slug);
// console.log("Listings:", listings);
if (listings.listings.length === 0) {
console.log(`No available listings for collection: ${slug}`);
return;
Expand Down

0 comments on commit 5ada538

Please sign in to comment.