Skip to content

Commit

Permalink
Fix setStages script (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
channing-magiceden authored Mar 15, 2024
1 parent c24133c commit c58fa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setStages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const setStages = async (
ethers.utils.keccak256,
{
sortPairs: true,
hashLeaves: true,
hashLeaves: false,
},
);
return mt.getHexRoot();
Expand Down

0 comments on commit c58fa4e

Please sign in to comment.