Skip to content

Commit

Permalink
chore(imt.sol): fix previous merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 27, 2023
1 parent 97cf1e6 commit 8840a24
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 326 deletions.
2 changes: 1 addition & 1 deletion packages/imt.sol/contracts/BinaryIMT.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.4;

import {PoseidonT3} from "poseidon-solidity/PoseidonT3.sol";

Expand Down
2 changes: 1 addition & 1 deletion packages/imt.sol/contracts/QuinaryIMT.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity ^0.8.4;

import {PoseidonT6} from "poseidon-solidity/PoseidonT6.sol";

Expand Down
309 changes: 0 additions & 309 deletions packages/imt.sol/test/QuinIMT.ts

This file was deleted.

15 changes: 0 additions & 15 deletions packages/imt.sol/test/utils.ts

This file was deleted.

0 comments on commit 8840a24

Please sign in to comment.