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