kleros/kleros-v2

View on GitHub
contracts/deploy/03-vea-mock.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function deployHomeGateway has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const deployHomeGateway: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
  const { ethers, deployments, getNamedAccounts } = hre;
  const { deploy, execute } = deployments;
  const { hexZeroPad, hexlify } = ethers.utils;

Severity: Major
Found in contracts/deploy/03-vea-mock.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status