Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

254
Views
Invalid parameters: must provide an Ethereum address

I have got this error when calling function after walletconnect. I can get wallet address after walletconnect, but when calling function "whiteListMint", got this error. Why metamask error?

enter image description here

 const walletconnect = new WalletConnectConnector({

    rpcUrl: `https://mainnet.infura.io/v3/${process.env.INFURA_KEY}`,
    bridge: 'https://bridge.walletconnect.org',
    qrcode: true,
    pollingInterval: POLLING_INTERVAL,
  })





const connectwallet = async (activate) => {
    try {
        await activate(walletconnect);

    } catch (error) {
        console.log(error);
    }
};



const handleWhiteListMint = async () => {
    if (active) {
        if (!mintStats) {
            return;
        }
        
      
        const id = toast.loading("Transaction pending");
        whiteListMint(
            account,
            parseInt(quantity),
            mintStats?.feePerQuantity
        );
           
           
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!