Martin Grabina

Results 5 comments of Martin Grabina

> Why is there a `%3D` in the query? It should be `=` Hey! it is just the '=' encoded, same result using directly '='.

Agree with @alamenai !!!

did you try using `yarn add next-transpile-modules` and something like this in next config ``` const withTM = require('next-transpile-modules')([ '@walletconnect/ethereum-provider', '@walletconnect/*', // if you need others in the WC stack...