kleros/kleros-v2

View on GitHub
web/src/utils/Web3AuthInstance.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Web3AuthInstance has 30 lines of code (exceeds 25 allowed). Consider refactoring.
New

export function Web3AuthInstance(chains: Chain[], appName: string) {
  // Create Web3Auth Instance
  const name = appName;
  console.log(chains[0].id);
  const chainConfig = {
Severity: Minor
Found in web/src/utils/Web3AuthInstance.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status