Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Oct 12, 2023
1 parent d9b93be commit d73a114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/1155-contracts/package/preminter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ describe("ZoraCreator1155Preminter", () => {
});
ctx.zoraMintFee = parseEther("0.000777");

ctx.preminterAddress = zoraCreator1155PremintExecutorAddress[ctx.forkedChainId];
ctx.preminterAddress =
zoraCreator1155PremintExecutorAddress[ctx.forkedChainId];
}, 20 * 1000);

// skip for now - we need to make this work on zora testnet chain too
Expand Down

0 comments on commit d73a114

Please sign in to comment.