Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFT collection enable / GQL tokens_owners #181

Merged
merged 2 commits into from
Jan 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable rft collection
  • Loading branch information
icehuntmen committed Dec 28, 2022
commit 354ef9c2b07ce9a25977679b00306a0c042f7eb7
6 changes: 3 additions & 3 deletions apps/crawler/src/services/collection.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ export class CollectionService {
}

// TODO: delete after rft support
if (collectionDecoded.mode === CollectionMode.ReFungible) {
return null;
}
// if (collectionDecoded.mode === CollectionMode.ReFungible) {
// return null;
// }

const [collectionLimits, tokenPropertyPermissions] = await Promise.all([
this.sdkService.getCollectionLimits(
Expand Down