File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/injected-wallets" ,
3
- "version" : " 2.0.7-alpha.1 " ,
3
+ "version" : " 2.0.7-alpha.2 " ,
4
4
"description" : " Injected wallets module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -110,10 +110,7 @@ const coinbase: InjectedWalletModule = {
110
110
injectedNamespace : InjectedNameSpace . Ethereum ,
111
111
checkProviderIdentity : ( { provider } ) =>
112
112
( ! ! provider && ! ! provider [ ProviderIdentityFlag . Coinbase ] ) ||
113
- ( ! ! provider &&
114
- ! ! provider . providers &&
115
- ! ! provider . providers [ 0 ] &&
116
- ! ! provider . providers [ 0 ] [ ProviderIdentityFlag . CoinbaseExtension ] ) ,
113
+ ( ! ! provider && ! ! provider [ ProviderIdentityFlag . CoinbaseExtension ] ) ,
117
114
getIcon : async ( ) => ( await import ( './icons/coinbase.js' ) ) . default ,
118
115
getInterface : async ( ) => {
119
116
const { provider } = await getInjectedInterface (
You can’t perform that action at this time.
0 commit comments