Martin Grabina
Martin Grabina
> Why is there a `%3D` in the query? It should be `=` Hey! it is just the '=' encoded, same result using directly '='.
Amazing, thanks.
Agree with @alamenai !!!
@AGMASO why is this needed?
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...