Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 20, 2024
1 parent 769bae5 commit db22797
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions contracts/nft/EVMUniversalNFT.sol

This file was deleted.

6 changes: 0 additions & 6 deletions contracts/nft/ZetaChainUniversalNFT.sol

This file was deleted.

1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@zetachain/standard-contracts/contracts/nft/tasks"
import "@nomicfoundation/hardhat-toolbox";
import "./packages/tasks/src";

Expand Down
1 change: 1 addition & 0 deletions packages/tasks/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export { zetachainCall } from "./zetachainCall";
export { zetachainWithdraw } from "./zetachainWithdraw";
export { zetachainWithdrawAndCall } from "./zetachainWithdrawAndCall";
export { newNFTTask } from "./newNFT";
export { newTokenTask } from "./newToken";

0 comments on commit db22797

Please sign in to comment.