Skip to content

Commit

Permalink
minor fixes (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan authored Jun 4, 2024
1 parent 8981929 commit 4b5dba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/1155-deployments/src/SimpleAA.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ contract SimpleAA {

if (signatory == owner) {
return MAGIC_VALUE;
} else {
return bytes4(0);
}

return bytes4(0);
}

receive() external payable {}
Expand Down
2 changes: 0 additions & 2 deletions packages/protocol-sdk/src/premint/preminter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,6 @@ describe("ZoraCreator1155Preminter", () => {

const firstMinter = collectorAccount;

// const { }

// now have the collector execute the first signed message;
// it should create the contract, the token,
// and min the quantity to mint tokens to the collector
Expand Down

0 comments on commit 4b5dba5

Please sign in to comment.