Skip to content

Commit

Permalink
delete Skale collection clone
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaxcess committed Apr 26, 2024
1 parent ac896a4 commit e108270
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/src/collection/collection-clone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ async function* collectionClone(
["uint256", "address", "uint96", "bool[]"],
[0, ADDRESS_ZERO, 0, options]
);
} else if (template == "OpenNFTsV4Skale") {
options = [conf == "generic"];
optionsBytes = utils.defaultAbiCoder.encode(
["uint256", "address", "uint96", "bool[]"],
[0, ADDRESS_ZERO, 0, options]
);
} else if (template == "OpenAutoMarket") {
options = [conf == "generic", minimum];
// console.log("options", options);
Expand Down

0 comments on commit e108270

Please sign in to comment.