[react-moralis] elrond auth opens up metamask

when i clicked wallet connect, my metamask opened up

    <Nav.Item>
      <Button
        variant='outline-success'
        onClick={() => authenticate({ type: "erd" })}
      >
        Wallet Connect
      </Button>
    </Nav.Item>

im using react moralis “react-moralis”: “^0.1.8”,

There was an inconsistency in the code. It worked with authenticate({ authType: “erd” })}

Update to 0.1.9 and it should work with the code that you provided.

2 Likes