Skip to content

Commit 0dd121b

Browse files
committed
Fix(zora): tokenId in wrong section
1 parent 918de9b commit 0dd121b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zora/src/Zora.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ export const mint = async (
3535
if (tokenId || amount) {
3636
andArray721.push({
3737
quantity: amount,
38-
tokenId,
3938
})
4039
andArray1155.push({
4140
quantity: amount,
41+
tokenId,
4242
})
4343
}
4444

0 commit comments

Comments
 (0)