kleros/kleros-v2

View on GitHub

Feat/web3auth wallet
#1679

salgozino wants to merge feat/web3auth-wallet into dev
Failed
1 issue to fix.

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
FileMaintainability
web/src/utils/Web3AuthInstance.tsx
A
1 hr