Skip to content

Commit 04d10d6

Browse files
committed
feat(utils): export tokenIds utils
exports utils for identifying hypercert tokenID and getting the claimId from a fraction ID
1 parent 8921cc3 commit 04d10d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { logger } from "./logger";
55
import { handleSdkError, handleContractError } from "./errors";
66
import { getClaimStoredDataFromTxHash } from "./txParser";
77
import { parseClaimOrFractionId } from "./parsing";
8+
import { isHypercertToken, getHypercertTokenId } from "./tokenIds";
89

910
export {
1011
getProofsFromAllowlist,
@@ -16,4 +17,6 @@ export {
1617
parseAllowListEntriesToMerkleTree,
1718
getClaimStoredDataFromTxHash,
1819
parseClaimOrFractionId,
20+
isHypercertToken,
21+
getHypercertTokenId,
1922
};

0 commit comments

Comments
 (0)