metamask-mobile
metamask-mobile copied to clipboard
core/WalletConnect.js didn't import URL package
Describe the bug
core/WalletConnect.js used URL but it didn't import this function from package You should add following codes in the top of this file
import URL from 'url-parse';