Nilay Varshney

Results 11 comments of Nilay Varshney

> may be you are looking for > > https://api.wazirx.com/api/v2/tickers/btcinr Need all currencies from inr exchange only through query params

Facing the same issue, shows connected to [missing{title}] in the metamask app, but nothing reflects and modal is still opened

Is someone looking into this bug?? @kubasulek2

"@usedapp/core": "^1.2.7", "@usedapp/wallet-connect-v2-connector": "^1.0.4", Already using 1.0.4 version. the flow i face is it shows the connect modal inside metamask but not connects the account @kubasulek2

Solution:- 1. Removed useDapp + all bulky dependencies. 2. Switched to Web3modal + Wagmi. Benefits:- 1. increased LH score from 15 - 61 2. works for all desktop and mobile...

> What's the contents of the "a.js" file? Simple add function which add two numbers and return output

static int eval_buf(JSContext *ctx, const void *buf, int buf_len, const char *filename, int eval_flags) { JSValue val; int ret; if ((eval_flags & JS_EVAL_TYPE_MASK) == JS_EVAL_TYPE_MODULE) { /* for the modules,...

Any suggestions/workaround to implement fetch. That would really help me to work in that direction