AugurProject/augur-ui

View on GitHub
src/modules/account/containers/account-deposit.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function openZeroExInstant has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  openZeroExInstant: () => {
    augur.api.Universe.getReputationToken((err, repTokenAddress) => {
      if (err) return;

      const assetData = assetDataUtils.encodeERC20AssetData(repTokenAddress);
Severity: Major
Found in src/modules/account/containers/account-deposit.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status