@web3-onboard/injected-wallets
Advanced tools
Comparing version 2.10.11 to 2.10.12-alpha.1
@@ -36,3 +36,4 @@ // Maps a wallet name from the provider to its display name | ||
kayros: 'Kayros', | ||
foxwallet: "FoxWallet" | ||
foxwallet: "FoxWallet", | ||
Lif3Wallet: 'Lif3 Wallet' | ||
}; |
@@ -63,3 +63,4 @@ import type { ExternalProvider } from '@ethersproject/providers'; | ||
Kayros = "isKayros", | ||
FoxWallet = "isFoxWallet" | ||
FoxWallet = "isFoxWallet", | ||
Lif3Wallet = "isLif3Wallet" | ||
} | ||
@@ -89,3 +90,4 @@ /** | ||
XDEFI = "https://xdefi.io/", | ||
FoxWallet = "https://foxwallet.com/download" | ||
FoxWallet = "https://foxwallet.com/download", | ||
Lif3Wallet = "https://lif3.com" | ||
} | ||
@@ -148,3 +150,4 @@ export declare enum ProviderLabel { | ||
Kayros = "Kayros", | ||
FoxWallet = "FoxWallet" | ||
FoxWallet = "FoxWallet", | ||
Lif3Wallet = "Lif3 Wallet" | ||
} | ||
@@ -151,0 +154,0 @@ export interface MeetOneProvider extends ExternalProvider { |
@@ -63,2 +63,3 @@ /** | ||
ProviderIdentityFlag["FoxWallet"] = "isFoxWallet"; | ||
ProviderIdentityFlag["Lif3Wallet"] = "isLif3Wallet"; | ||
})(ProviderIdentityFlag || (ProviderIdentityFlag = {})); | ||
@@ -90,2 +91,3 @@ /** | ||
ProviderExternalUrl["FoxWallet"] = "https://foxwallet.com/download"; | ||
ProviderExternalUrl["Lif3Wallet"] = "https://lif3.com"; | ||
})(ProviderExternalUrl || (ProviderExternalUrl = {})); | ||
@@ -150,2 +152,3 @@ export var ProviderLabel; | ||
ProviderLabel["FoxWallet"] = "FoxWallet"; | ||
ProviderLabel["Lif3Wallet"] = "Lif3 Wallet"; | ||
})(ProviderLabel || (ProviderLabel = {})); | ||
@@ -152,0 +155,0 @@ export var InjectedNameSpace; |
@@ -696,2 +696,15 @@ import { createEIP1193Provider } from '@web3-onboard/common'; | ||
}; | ||
const Lif3Wallet = { | ||
label: ProviderLabel.Lif3Wallet, | ||
injectedNamespace: InjectedNameSpace.Ethereum, | ||
checkProviderIdentity: ({ provider }) => !!provider && !!provider[ProviderIdentityFlag.Lif3Wallet], | ||
getIcon: async () => (await import('./icons/lif3wallet.js')).default, | ||
getInterface: async () => ({ | ||
provider: createEIP1193Provider(window.ethereum, { | ||
wallet_switchEthereumChain: UNSUPPORTED_METHOD, | ||
eth_selectAccounts: UNSUPPORTED_METHOD | ||
}) | ||
}), | ||
platforms: ['mobile'] | ||
}; | ||
const wallets = [ | ||
@@ -751,4 +764,5 @@ zeal, | ||
kayros, | ||
foxwallet | ||
foxwallet, | ||
Lif3Wallet | ||
]; | ||
export default wallets; |
{ | ||
"name": "@web3-onboard/injected-wallets", | ||
"version": "2.10.11", | ||
"version": "2.10.12-alpha.1", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -95,2 +95,3 @@ # @web3-onboard/injected-wallets | ||
- Kayros - _Desktop_ | ||
- Lif3Wallet - _Mobile_ | ||
@@ -97,0 +98,0 @@ ## Filtering Wallets |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
494367
130
3963
336
1