Jack
Results
2
comments of
Jack
+1 for this on Deno 1.37.1 with the same steps to reproduce as people above.
I was able to perform successful onboarding with this code ``` client = new DydxClient(HTTP_HOST, { web3, apiTimeout: 3000, networkId: 3 }) const userExists = await client.public.doesUserExistWithAddress( address, ); console.log(userExists)...