migrate walletconnect to use URLSearchParams #10
Labels
accepts prs
The maintainer of the target repo was contacted and welcomes prs
has pr
This issue has a corresponding PR in the target repo
The walletconnect monorepo can be found here:
https://github.com/WalletConnect/walletconnect-monorepo/
The utils package can be found here:
https://github.com/WalletConnect/walletconnect-monorepo/blob/v2.0/packages/utils/
We should migrate to using
URLSearchParams
instead of thequery-string
package.There is no node constraint as far as i can tell, so we should note we will be introducing one with this change.
if nesting is required, we should use
fast-querystring
ornested-querystring
The text was updated successfully, but these errors were encountered: