WalletConnect / WalletConnectSharp

A C# implementation of the WalletConnect client
Apache License 2.0
139 stars 60 forks source link

fix: Engine uses OrderedKeys which can be empty #162

Closed skibitsky closed 5 months ago

skibitsky commented 7 months ago

https://github.com/WalletConnect/WalletConnectSharp/pull/156#issuecomment-1823032496

gigajuwels commented 7 months ago

This would reintroduce #78 which is why this change was made originally. However, in #156 I've pushed some commits that replaces this with AddressProvider.DefaultChain and AddressProvider.DefaultNamespace. I don't think this change isn't needed

skibitsky commented 5 months ago

Solved by #156