Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
10d9e committed May 4, 2024
1 parent e1ad606 commit dcc5b78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ignition/modules/PaillierModule.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { buildModule } from "@nomicfoundation/hardhat-ignition/modules";

const JAN_1ST_2030 = 1893456000;
const ONE_GWEI: bigint = 1_000_000_000n;

const PaillierModule = buildModule("PaillierModule", (m) => {
const paillier = m.contract("Paillier", []);
return { paillier };
Expand Down

0 comments on commit dcc5b78

Please sign in to comment.