Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web3-onboard/injected-wallets

Package Overview
Dependencies
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-onboard/injected-wallets - npm Package Compare versions

Comparing version 2.10.11 to 2.10.12-alpha.1

dist/icons/lif3wallet.d.ts

3

dist/constants.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc