Support SIWE using selected account (#61)

* Sign in using selected address

* Use optional namespace

* Merge namespaces and use combined namespace

* Add todo for lodash merge

* Use walletConnect util buildApprovedNamespaces while approving sessions

* Lint fixes

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
Adwait Gharpure
2024-03-28 11:10:55 +05:30
committed by GitHub
co-authored by adwait nabarun
parent 3a2087b389
commit 4eecdb7e4c
18 changed files with 255 additions and 273 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import React from 'react';
import App from '../src/App';
// Note: import explicitly to use the types shipped with jest.
import {it} from '@jest/globals';
import { it } from '@jest/globals';
// Note: test renderer must be required after react-native.
import renderer from 'react-test-renderer';