wallet-connect-web-examples/wallets
Jonathan Conn d774f52135
Feat/examples upgrade (#153)
* Added UI infastructure to support chain switching, need to update the session to swap chains

* Fixed type of chainId, string -> number

* Added helper method to find full chainname ex/ cosmoshub-4 -> cosmons:cosmoshub-4. Added a method updateSignClientChainId to emit a new update with the new namespace for the respected chain switch

* Added checks to ensure no dup accounts get added to namespaces during chainswitching from chain A->B->A for ex

* Fixed chainId type, eip155 uses number but the other chains use strings, making string the default type for chainId

* Update wallets/react-wallet-v2/src/utils/WalletConnectUtil.ts

Co-authored-by: Ben Kremer <ben@walletconnect.com>

* Switched the way account card components are generated in index page, removed unnecessary helper fx

* Fixed the chain changed event by updating the session if the chainId namespace does not currently exist, then emitting the correct chainChanged event on the same session

---------

Co-authored-by: Ben Kremer <ben@walletconnect.com>
2023-05-10 10:01:36 -04:00
..
react-wallet-auth fix(error-handling): close modal on reject and fix overflow error (#147) 2023-04-05 12:03:28 +03:00
react-wallet-chat Update chat client (#125) 2023-02-28 15:44:33 +03:00
react-wallet-eip155 update README (#119) 2023-05-09 17:57:24 +02:00
react-wallet-v2 Feat/examples upgrade (#153) 2023-05-10 10:01:36 -04:00
react-web3wallet chore: updates @walletconnect deps (#157) 2023-05-09 16:51:32 +03:00