Skip to content

Commit dcc5b78

Browse files
committed
chore: cleanup
1 parent e1ad606 commit dcc5b78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ignition/modules/PaillierModule.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { buildModule } from "@nomicfoundation/hardhat-ignition/modules";
22

3-
const JAN_1ST_2030 = 1893456000;
4-
const ONE_GWEI: bigint = 1_000_000_000n;
5-
63
const PaillierModule = buildModule("PaillierModule", (m) => {
74
const paillier = m.contract("Paillier", []);
85
return { paillier };

0 commit comments

Comments
 (0)