ChainSafe / Multix

Use a Multisig to do anything, on Polkadot
https://multix.chainsafe.io/
Apache License 2.0
27 stars 20 forks source link

fix: hydra walletconnect #547

Closed Tbaut closed 4 months ago

Tbaut commented 4 months ago

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.