Skip to content

Commit

Permalink
Support multiple chains in compile_shape_contract
Browse files Browse the repository at this point in the history
  • Loading branch information
wraitii committed Feb 2, 2024
1 parent 9a320d7 commit cbd9285
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 @@ -238,7 +238,7 @@ const loadAll = async () => {
}
const deployShapeContracts = async (data: Record<string, unknown>) => {
const jsonData = await adminBackendManager.post('v1/admin/compile_shape_contract/', {
const jsonData = await adminBackendManager.post(`v1/admin/compile_shape_contract/${getCurrentNetwork()}`, {
shapes_by_attribute_id: data,
});
//const parsedSierra = JSON.parse(jsonData.sierra);
Expand Down

0 comments on commit cbd9285

Please sign in to comment.