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
[injected-v2.2.2-alpha.1] : Fix - Add functionality to MM getInterface to check provider against all other provider flags (#1258)
* Add function to MM getInterface to check provider against all other provider flags
* Refactor function that retrieves provider from providers array
* Added provider identity check for MM
* Rename function for checking for other provider flags
Copy file name to clipboardExpand all lines: packages/injected/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@web3-onboard/injected-wallets",
3
-
"version": "2.2.2-alpha.1",
3
+
"version": "2.2.2-alpha.2",
4
4
"description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
0 commit comments