Hydration wan't passing any required namespace any more and has everything in optional namespaces..
The WalletConnect doc says all fields are optional, so we just check that our current connected network is part of the list, and we go on with that.
In the mean time, we'll support both, and won't error out if only the optional is passed.
closes https://github.com/ChainSafe/Multix/issues/541
Hydration wan't passing any required namespace any more and has everything in optional namespaces.. The WalletConnect doc says all fields are optional, so we just check that our current connected network is part of the list, and we go on with that.
In the mean time, we'll support both, and won't error out if only the optional is passed.