Socket
Socket
Sign inDemoInstall

@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.11.0-wagmi.1 to 2.11.0-wagmi.2

dist/icons/echooo.d.ts

3

dist/constants.js

@@ -37,3 +37,4 @@ // Maps a wallet name from the provider to its display name

foxwallet: "FoxWallet",
Lif3Wallet: 'Lif3 Wallet'
Lif3Wallet: 'Lif3 Wallet',
Echooo: 'Echooo Wallet'
};

@@ -66,3 +66,4 @@ import type { ExternalProvider } from '@ethersproject/providers';

ZodiacPilot = "isZodiacPilot",
StableWallet = "isStableWallet"
StableWallet = "isStableWallet",
Echooo = "isEchooo"
}

@@ -95,3 +96,4 @@ /**

Rabby = "https://rabby.io",
ZodiacPilot = "https://pilot.gnosisguild.org/"
ZodiacPilot = "https://pilot.gnosisguild.org/",
Echooo = "https://www.echooo.xyz"
}

@@ -157,3 +159,4 @@ export declare enum ProviderLabel {

ZodiacPilot = "Zodiac Pilot",
StableWallet = "StableWallet"
StableWallet = "StableWallet",
Echooo = "Echooo"
}

@@ -192,3 +195,4 @@ export interface MeetOneProvider extends ExternalProvider {

Kayros = "kayros",
FoxWallet = "foxwallet"
FoxWallet = "foxwallet",
Echooo = "echooo"
}

@@ -242,2 +246,5 @@ export interface CustomWindow extends Window {

foxwallet: InjectedProvider;
echooo: {
ethereum: InjectedProvider;
};
}

@@ -244,0 +251,0 @@ export type InjectedProvider = ExternalProvider & BinanceProvider & MeetOneProvider & Record<string, boolean> & Record<string, InjectedProvider[]>;

@@ -66,2 +66,3 @@ /**

ProviderIdentityFlag["StableWallet"] = "isStableWallet";
ProviderIdentityFlag["Echooo"] = "isEchooo";
})(ProviderIdentityFlag || (ProviderIdentityFlag = {}));

@@ -96,2 +97,3 @@ /**

ProviderExternalUrl["ZodiacPilot"] = "https://pilot.gnosisguild.org/";
ProviderExternalUrl["Echooo"] = "https://www.echooo.xyz";
})(ProviderExternalUrl || (ProviderExternalUrl = {}));

@@ -159,2 +161,3 @@ export var ProviderLabel;

ProviderLabel["StableWallet"] = "StableWallet";
ProviderLabel["Echooo"] = "Echooo";
})(ProviderLabel || (ProviderLabel = {}));

@@ -187,2 +190,3 @@ export var InjectedNameSpace;

InjectedNameSpace["FoxWallet"] = "foxwallet";
InjectedNameSpace["Echooo"] = "echooo";
})(InjectedNameSpace || (InjectedNameSpace = {}));

@@ -189,0 +193,0 @@ // Define a class for the "eip6963:requestProvider" event

@@ -728,2 +728,11 @@ import { createEIP1193Provider } from '@web3-onboard/common';

};
const echooo = {
label: ProviderLabel.Echooo,
injectedNamespace: InjectedNameSpace.Ethereum,
checkProviderIdentity: ({ provider }) => !!provider && !!provider[ProviderIdentityFlag.Echooo],
getIcon: async () => (await import('./icons/echooo.js')).default,
getInterface: getInjectedInterface(ProviderIdentityFlag.Echooo),
platforms: ['all'],
externalUrl: ProviderExternalUrl.Echooo
};
const wallets = [

@@ -786,4 +795,5 @@ zeal,

zodiacPilot,
stablewallet
stablewallet,
echooo
];
export default wallets;
{
"name": "@web3-onboard/injected-wallets",
"version": "2.11.0-wagmi.1",
"version": "2.11.0-wagmi.2",
"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.",

@@ -71,3 +71,3 @@ "keywords": [

"dependencies": {
"@web3-onboard/common": "^2.4.0-wagmi.1",
"@web3-onboard/common": "^2.4.0-wagmi.2",
"joi": "17.9.1",

@@ -74,0 +74,0 @@ "lodash.uniqby": "^4.7.0"

@@ -110,2 +110,3 @@ # @web3-onboard/injected-wallets

- Zodiac Pilot - _Desktop_
- Echooo - _Desktop & Mobile_

@@ -112,0 +113,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