We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update session namespaces should be validated against proposed namespaces instead of first session namespaces.
it should be valid to replace an account for example eip155: { accounts: [eip155:1:0xaaa...] } to eip155: { accounts: [eip155:1:0xbbb...] }
related PR: https://github.com/WalletConnect/WalletConnectSwiftV2/pull/276/files#diff-913ec54077d4df09639e3d649794d1b35585571ee0139902c43337bbc4a33894
The text was updated successfully, but these errors were encountered:
Merge pull request #342 from WalletConnect/bugfix/#340-required-names…
ac6a91c
…paces [Bugfix] #340: Required namespaces check
sekimondre
No branches or pull requests
update session namespaces should be validated against proposed namespaces instead of first session namespaces.
it should be valid to replace an account
for example eip155: { accounts: [eip155:1:0xaaa...] } to eip155: { accounts: [eip155:1:0xbbb...] }
related PR: https://github.com/WalletConnect/WalletConnectSwiftV2/pull/276/files#diff-913ec54077d4df09639e3d649794d1b35585571ee0139902c43337bbc4a33894
The text was updated successfully, but these errors were encountered: