You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to Package Version
The version indicator in the 'package.json' file has been updated to reflect the current version we're working on, 1.1.12-rc.4.
Change in Ethereum Provider
The mechanism used to allow our software to interact with the Ethereum network, previously '@walletconnect/web3-provider', has now been updated to a more recent version '@walletconnect/ethereum-provider' for improved functionality.
Introduction of Constant for Project ID
A new permanent value 'WALLET_CONNECT_PROJECT_ID' has been introduced into the 'constants.ts' file. This will allow us to use a single, standard identification for our project across various files and functions.
Use of New Constant in WalletProvider
The aforementioned project ID constant has been imported for use within the 'WalletProvider.tsx' file. This allows our wallet provider to consistently use this ID when interacting with the Ethereum network.
Update to Event Listeners in WalletProvider
The event listeners in 'WalletProvider.tsx' file have been updated. They now interact with the new ethereumProvider instead of the older 'walletConnectProvider' to improve the way our product reacts to actions within the Ethereum network.
Change to Ethereum Provider in Types
The mention of 'WalletConnectProvider' in the 'types.ts' file has been replaced with 'EthereumProvider'. This reflects the change in our Ethereum network interaction method.
Change to WalletProvider Type
In our default settings for wallet state ('TWalletStateDefault' in the 'types.ts' file), we've now identified our 'walletProvider' type to be 'EthereumProvider'. Once again, this change allows our wallet state to remain consistent with the change in Ethereum network interaction method.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.