Skip to content

Commit

Permalink
refactor(deploy-task): renamed numeric representation
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisgarner committed Jun 5, 2024
1 parent 76c5652 commit 9a09a8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tasks/deploy/maci/02-gatekeepers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ESupportedChains } from "../../helpers/constants";
import { ContractStorage } from "../../helpers/ContractStorage";
import { Deployment } from "../../helpers/Deployment";
import { uuidToBigInt } from "../../helpers/numericRepresentation";
import { uuidToBigInt } from "../../helpers/numericParser";
import { EContracts, IDeployParams } from "../../helpers/types";

const deployment = Deployment.getInstance();
Expand Down
File renamed without changes.

0 comments on commit 9a09a8b

Please sign in to comment.