Skip to content

Commit

Permalink
Fix hex of shape contract compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
wraitii committed Jan 23, 2024
1 parent 7804017 commit 50db255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/collections/MassMint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ const storeOneObject = async () => {
});
},
() => deployShapeContracts({
[setsToMint.value[0]._data!.attribute_id!]: setsToMint.value[0]._data!.data.serialize().briqs,
['0x' + (+setsToMint.value[0]._data!.attribute_id!).toString(16)]: setsToMint.value[0]._data!.data.serialize().briqs,
}),
async () => {}, // for popping errors
]
Expand Down

0 comments on commit 50db255

Please sign in to comment.