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
New
export function Web3AuthInstance(chains: Chain[], appName: string) {
// Create Web3Auth Instance
const name = appName;
console.log(chains[0].id);
const chainConfig = {
- Create a ticketCreate a ticket
Category
Status
File | Maintainability |
web/src/utils/Web3AuthInstance.tsx |