Skip to content

Commit

Permalink
Update packages/sdk/src/inscription/collection.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Benedict Pak <[email protected]>
  • Loading branch information
veralygit and Nanosync authored Oct 29, 2024
1 parent 154e0d0 commit da44394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/inscription/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export async function bulkMintFromCollection({
chain = "bitcoin"
}: BulkMintFromCollectionOptions) {
if (chain !== "bitcoin" && chain !== "fractal-bitcoin") {
throw new OrditSDKError("Invalid chain supplied.")
throw new OrditSDKError("Invalid chain supplied")
}

let currentPointer = 0
Expand Down

0 comments on commit da44394

Please sign in to comment.